OVMS3-idf/examples/bluetooth/a2dp_gatts_coex/main
Hrishikesh Dhayagude d9ce0bb705 Modify esp_bt_gap_set_scan_mode() to be able to set connection modes as well as discoverable modes
The current API is insufficient to allow the users to set different combinations of connection and discoverable mode

Users should be able to choose the device modes independently:
1. Connectable-
  i. Non-connectable mode
  ii. Connectable mode

2. Discoverable-
  i. Non-discoverable mode
  ii. Limited discoverable mode
  iii. General discoverable mode
2019-03-13 11:24:00 +05:30
..
bt_app_av.c examples/bluetooth: add fallthrough annotations 2018-08-29 14:40:28 +08:00
bt_app_av.h Component/bt: add bt_ble_coex demo 2018-05-22 17:19:44 +08:00
bt_app_core.c Component/bt: add bt_ble_coex demo 2018-05-22 17:19:44 +08:00
bt_app_core.h Component/bt: add bt_ble_coex demo 2018-05-22 17:19:44 +08:00
CMakeLists.txt cmake: make main a component again 2018-09-11 09:44:12 +08:00
component.mk remove executable permission from source files 2018-05-29 20:07:45 +08:00
Kconfig.projbuild Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
main.c Modify esp_bt_gap_set_scan_mode() to be able to set connection modes as well as discoverable modes 2019-03-13 11:24:00 +05:30