OVMS3-idf/examples/bluetooth
Hrishikesh Dhayagude eb92a06aaf examples/bluetooth: Fix incorrect end handle print in the GATT client applications
End handle is incorrectly printed as start handle

Tested that gatt_client, gatt_security_client and gattc_multi_connect compile successfully

Signed-off-by: Hrishikesh Dhayagude <hrishi@espressif.com>
2018-07-30 12:04:07 +05:30
..
a2dp_gatts_coex Component/bt: add makefile for coex demo 2018-05-30 19:33:52 +08:00
a2dp_sink component/bt: Fix some misspell 2018-07-16 20:56:45 +08:00
a2dp_source component/bt: Fix some misspell 2018-07-16 20:56:45 +08:00
ble_adv Examples: Demonstrate the usage of esp_err_to_name 2018-03-13 14:27:00 +01:00
ble_eddystone Component/bt: fix scan duplicate 2018-05-21 15:23:15 +08:00
ble_hid_device_demo component/bt: Fix some hid bugs 2018-06-26 17:48:07 +08:00
ble_ibeacon Component/bt: fix scan duplicate 2018-05-21 15:23:15 +08:00
ble_spp_client component/bt_refactor_ble_spp_readme 2018-07-12 09:09:01 +08:00
ble_spp_server Examples: Demonstrate the usage of esp_err_to_name 2018-03-13 14:27:00 +01:00
ble_throughput Component/bt: modify throughput demo default config 2018-06-21 20:48:20 +08:00
blufi Component/bt: fix crash without SMP when deinit bluedroid 2018-05-10 11:39:34 +08:00
bt_discovery remove executable permission from source files 2018-05-29 20:07:45 +08:00
bt_spp_acceptor component/bt: Fix some misspell 2018-07-16 20:56:45 +08:00
bt_spp_initiator component/bt: Fix some misspell 2018-07-16 20:56:45 +08:00
bt_spp_vfs_acceptor component/bt: Fix some misspell 2018-07-16 20:56:45 +08:00
bt_spp_vfs_initiator component/bt: Fix some misspell 2018-07-16 20:56:45 +08:00
controller_hci_uart Examples: Demonstrate the usage of esp_err_to_name 2018-03-13 14:27:00 +01:00
gatt_client examples/bluetooth: Fix incorrect end handle print in the GATT client applications 2018-07-30 12:04:07 +05:30
gatt_security_client examples/bluetooth: Fix incorrect end handle print in the GATT client applications 2018-07-30 12:04:07 +05:30
gatt_security_server Component/bt: modify service uuid of ble_sec_gatts demo 2018-06-25 16:04:20 +08:00
gatt_server Merge branch 'feature/use_esp_err_to_name' into 'master' 2018-03-27 11:50:21 +08:00
gatt_server_service_table Merge branch 'bugfix/btdm_add_some_comment' into 'master' 2018-03-30 14:07:30 +08:00
gattc_multi_connect examples/bluetooth: Fix incorrect end handle print in the GATT client applications 2018-07-30 12:04:07 +05:30
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.