Searched refs:ESP_GATTS_CREAT_ATTR_TAB_EVT (Results 1 – 11 of 11) sorted by relevance
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/gatt/ |
D | btc_gatts.c | 230 btc_gatts_cb_to_app(ESP_GATTS_CREAT_ATTR_TAB_EVT, gatts_if, ¶m); in btc_gatts_act_create_attr_tab() 239 btc_gatts_cb_to_app(ESP_GATTS_CREAT_ATTR_TAB_EVT, gatts_if, ¶m); in btc_gatts_act_create_attr_tab() 279 btc_gatts_cb_to_app(ESP_GATTS_CREAT_ATTR_TAB_EVT, gatts_if, ¶m); in btc_gatts_act_create_attr_tab() 306 btc_gatts_cb_to_app(ESP_GATTS_CREAT_ATTR_TAB_EVT, gatts_if, ¶m); in btc_gatts_act_create_attr_tab() 420 btc_gatts_cb_to_app(ESP_GATTS_CREAT_ATTR_TAB_EVT, gatts_if, ¶m); in btc_gatts_act_create_attr_tab()
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/ |
D | esp_gatts_api.h | 51 …ESP_GATTS_CREAT_ATTR_TAB_EVT = 22, /*!< When gatt create table complete, the event comes… enumerator
|
/hal_espressif-3.6.0/components/esp_hid/src/ |
D | ble_hidd.c | 387 case ESP_GATTS_CREAT_ATTR_TAB_EVT: in bat_event_handler() 432 case ESP_GATTS_CREAT_ATTR_TAB_EVT: in info_event_handler() 457 case ESP_GATTS_CREAT_ATTR_TAB_EVT: { in hid_event_handler() 774 } else if (event == ESP_GATTS_CREAT_ATTR_TAB_EVT) { in esp_hidd_gatts_event_handler()
|
/hal_espressif-3.6.0/components/protocomm/src/simple_ble/ |
D | simple_ble.c | 150 case ESP_GATTS_CREAT_ATTR_TAB_EVT: { in gatts_profile_event_handler()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_server/main/ |
D | example_ble_sec_gatts_demo.c | 449 case ESP_GATTS_CREAT_ATTR_TAB_EVT: { in gatts_profile_event_handler()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/ble50_security_server/main/ |
D | ble50_sec_gatts_demo.c | 403 case ESP_GATTS_CREAT_ATTR_TAB_EVT: { in gatts_profile_event_handler()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server_service_table/main/ |
D | gatts_table_creat_demo.c | 459 case ESP_GATTS_CREAT_ATTR_TAB_EVT:{ in gatts_profile_event_handler()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_spp_server/main/ |
D | ble_spp_server_demo.c | 608 case ESP_GATTS_CREAT_ATTR_TAB_EVT:{ in gatts_profile_event_handler()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_compatibility_test/main/ |
D | ble_compatibility_test.c | 570 case ESP_GATTS_CREAT_ATTR_TAB_EVT:{ in gatts_profile_event_handler()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_hid_device_demo/main/ |
D | hid_device_le_prf.c | 609 case ESP_GATTS_CREAT_ATTR_TAB_EVT: { in esp_hidd_prf_cb_hdl()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server_service_table/tutorial/ |
D | Gatt_Server_Service_Table_Example_Walkthrough.md | 443 When the attribute table is created, an ``ESP_GATTS_CREAT_ATTR_TAB_EVT`` event is triggered. This e… 455 case ESP_GATTS_CREAT_ATTR_TAB_EVT:{
|