OVMS3-idf/examples/bluetooth
Jiang Jiang Jian b13cd4adf8 Merge branch 'feature/btdm_add_value_callback_when_send_notification_or_indicate_failed' into 'master'
component/bt: add value callback when send notification or indicate failed

See merge request !1457
2017-11-03 10:05:29 +08:00
..
a2dp_sink component/bt : fix bluetooth controller enable limit && release memory when de-initialize bluetooth controller 2017-09-19 21:14:28 +08:00
ble_adv Fix typo in ble_adv example 2017-10-09 14:22:56 +11:00
ble_eddystone example : eddystone demo 2017-09-15 11:06:46 +08:00
ble_ibeacon component/bt: add esp_ibeacon_api file 2017-09-07 20:49:11 +08:00
ble_spp_client Component/bt: modify close event and disconnection event params 2017-11-01 10:40:03 +08:00
ble_spp_server component/bt: add example for ble spp server 2017-08-29 13:44:58 +08:00
blufi Component/bt: fix memory leak in bluefi demo 2017-10-23 14:26:11 +08:00
controller_hci_uart fix example of controller_hci_uart peripheral clk init 2017-09-25 11:46:03 +08:00
gatt_client Merge branch 'feature/btdm_add_value_callback_when_send_notification_or_indicate_failed' into 'master' 2017-11-03 10:05:29 +08:00
gatt_security_client Component/bt: modify close event and disconnection event params 2017-11-01 10:40:03 +08:00
gatt_security_server Merge branch 'feature/btdm_cherry_pick_change_gattc_api' into 'master' 2017-09-15 19:39:29 +08:00
gatt_server Merge branch 'feature/btdm_add_value_callback_when_send_notification_or_indicate_failed' into 'master' 2017-11-03 10:05:29 +08:00
gatt_server_service_table bt: call nvs_flash_init in examples, show error if NVS is not initialized 2017-07-17 21:29:50 +08:00
gattc_multi_connect Squash the two submissions of previous. 2017-10-23 05:24:02 -04:00
README.md Added links from api category TOC to example category folders 2017-01-18 21:21:02 +01: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.