OVMS3-idf/examples/bluetooth
Jiang Jiang Jian d6bc6fad8b Merge branch 'bugfix/btdm_add_ESP_BLE_SM_ONLY_ACCEPT_SPECIFIED_SEC_AUTH_in_set_security_param_API' into 'master'
Component/bt: add only accept sepecified authentication function for SMP

See merge request idf/esp-idf!3385
2018-09-30 14:18:23 +08:00
..
a2dp_gatts_coex cmake: make main a component again 2018-09-11 09:44:12 +08:00
a2dp_sink cmake: make main a component again 2018-09-11 09:44:12 +08:00
a2dp_source Merge branch 'bugfix/btdm_controller_enable_failed_in_examples' into 'master' 2018-09-12 16:41:58 +08:00
ble_adv cmake: make main a component again 2018-09-11 09:44:12 +08:00
ble_eddystone cmake: make main a component again 2018-09-11 09:44:12 +08:00
ble_hid_device_demo cmake: silence some warnings in coap, bt, expat, libsodium, lwip and examples/bluetooth 2018-09-20 18:53:15 +08:00
ble_ibeacon cmake: make main a component again 2018-09-11 09:44:12 +08:00
ble_spp_client cmake: make main a component again 2018-09-11 09:44:12 +08:00
ble_spp_server cmake: Fix some failing example builds, fix gcov 2018-09-19 14:38:19 +10:00
ble_throughput cmake: make main a component again 2018-09-11 09:44:12 +08:00
blufi cmake: make main a component again 2018-09-11 09:44:12 +08:00
bt_discovery Merge branch 'bugfix/btdm_controller_enable_failed_in_examples' into 'master' 2018-09-12 16:41:58 +08:00
bt_spp_acceptor Merge branch 'bugfix/btdm_controller_enable_failed_in_examples' into 'master' 2018-09-12 16:41:58 +08:00
bt_spp_initiator Merge branch 'bugfix/btdm_controller_enable_failed_in_examples' into 'master' 2018-09-12 16:41:58 +08:00
bt_spp_vfs_acceptor Merge branch 'bugfix/btdm_controller_enable_failed_in_examples' into 'master' 2018-09-12 16:41:58 +08:00
bt_spp_vfs_initiator Merge branch 'bugfix/btdm_controller_enable_failed_in_examples' into 'master' 2018-09-12 16:41:58 +08:00
controller_hci_uart cmake: make main a component again 2018-09-11 09:44:12 +08:00
gatt_client Component/bt: add “service from” param for ESP_GATTC_SEARCH_CMPL_EVT 2018-09-28 12:59:01 +00:00
gatt_security_client Merge branch 'bugfix/btdm_add_ESP_BLE_SM_ONLY_ACCEPT_SPECIFIED_SEC_AUTH_in_set_security_param_API' into 'master' 2018-09-30 14:18:23 +08:00
gatt_security_server Component/bt: add only accept sepecified Authentication 2018-09-29 21:23:55 +08:00
gatt_server Component/bt: add only accept sepecified Authentication 2018-09-29 21:23:55 +08:00
gatt_server_service_table Component/bt: add only accept sepecified Authentication 2018-09-29 21:23:55 +08:00
gattc_multi_connect cmake: make main a component again 2018-09-11 09:44:12 +08:00
README.md Replace all DOS line endings with Unix 2018-07-12 19:10:37 +08:00

Bluetooth Examples

Note: To use examples in this directory, you need to have Bluetooth enabled in configuration. Run make menuconfig, go to Component config and verify if you see [*] Bluetooth. If not - enable it and save.

See the README.md file in the upper level examples directory for more information about examples.