Skip to content

Commit

Permalink
HACK: tomato: bluetooth: disable BLE_VND_INCLUDED
Browse files Browse the repository at this point in the history
* causes bluetooth to hang and crash repeatedly
  • Loading branch information
fourkbomb authored and shekhawat2 committed Oct 14, 2017
1 parent f16dc1f commit bbeadf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bluetooth/bdroid_buildcfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#define BTA_SKIP_BLE_READ_REMOTE_FEAT FALSE
#define MAX_ACL_CONNECTIONS 7
#define MAX_L2CAP_CHANNELS 16
#define BLE_VND_INCLUDED TRUE
#define BLE_VND_INCLUDED FALSE
// skips conn update at conn completion
#define BTA_BLE_SKIP_CONN_UPD FALSE
#define BLE_PERIPHERAL_ADV_NAME TRUE
Expand Down

0 comments on commit bbeadf4

Please sign in to comment.