esp-idf/examples/bluetooth
zhiweijian f1c4eda373 Component/bt: add set local MTU API
- add esp_ble_gatt_set_local_mtu( ) API
- modify esp_ble_gattc_config_mtu(esp_gatt_if_t gattc_if, uint16_t conn_id)
- modify  gattc demo
2017-09-01 21:55:28 +08:00
..
a2dp_sink
ble_adv
blufi
controller_hci_uart
gatt_client Component/bt: add set local MTU API 2017-09-01 21:55:28 +08:00
gatt_security_client Component/bt: add set local MTU API 2017-09-01 21:55:28 +08:00
gatt_security_server
gatt_server Component/bt: add set local MTU API 2017-09-01 21:55:28 +08:00
gatt_server_service_table
gattc_multi_connect Component/bt: add set local MTU API 2017-09-01 21:55:28 +08:00
README.md

README.md

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.