Home
last modified time | relevance | path

Searched refs:ESP_GATT_CHAR_PROP_BIT_INDICATE (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-2.7.6/components/bt/host/bluedroid/api/include/api/
Desp_gatt_defs.h297 #define ESP_GATT_CHAR_PROP_BIT_INDICATE (1 << 5) /* 0x20 */ /* relate to BTA_GATT_C… macro
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/ble/gatt_server/main/
Dgatts_demo.c374 if (a_property & ESP_GATT_CHAR_PROP_BIT_INDICATE){ in gatts_profile_a_event_handler()
546 if (b_property & ESP_GATT_CHAR_PROP_BIT_INDICATE){ in gatts_profile_b_event_handler()
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/coex/a2dp_gatts_coex/main/
Dmain.c299 if (a_property & ESP_GATT_CHAR_PROP_BIT_INDICATE){ in gatts_profile_a_event_handler()
447 if (b_property & ESP_GATT_CHAR_PROP_BIT_INDICATE){ in gatts_profile_b_event_handler()
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/coex/gattc_gatts_coex/main/
Dgattc_gatts_coex.c656 if (a_property & ESP_GATT_CHAR_PROP_BIT_INDICATE) { in gatts_profile_a_event_handler()
794 if (b_property & ESP_GATT_CHAR_PROP_BIT_INDICATE) { in gatts_profile_b_event_handler()
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_server/main/
Dexample_ble_server_throughput.c410 if (a_property & ESP_GATT_CHAR_PROP_BIT_INDICATE){ in gatts_profile_a_event_handler()
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/ble/gatt_server/tutorial/
DGatt_Server_Example_Walkthrough.md739 if (b_property & ESP_GATT_CHAR_PROP_BIT_INDICATE){