Home
last modified time | relevance | path

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/
Dbtc_gatts.c230 btc_gatts_cb_to_app(ESP_GATTS_CREAT_ATTR_TAB_EVT, gatts_if, &param); in btc_gatts_act_create_attr_tab()
239 btc_gatts_cb_to_app(ESP_GATTS_CREAT_ATTR_TAB_EVT, gatts_if, &param); in btc_gatts_act_create_attr_tab()
279 btc_gatts_cb_to_app(ESP_GATTS_CREAT_ATTR_TAB_EVT, gatts_if, &param); in btc_gatts_act_create_attr_tab()
306 btc_gatts_cb_to_app(ESP_GATTS_CREAT_ATTR_TAB_EVT, gatts_if, &param); in btc_gatts_act_create_attr_tab()
420 btc_gatts_cb_to_app(ESP_GATTS_CREAT_ATTR_TAB_EVT, gatts_if, &param); in btc_gatts_act_create_attr_tab()
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/
Desp_gatts_api.h51ESP_GATTS_CREAT_ATTR_TAB_EVT = 22, /*!< When gatt create table complete, the event comes… enumerator
/hal_espressif-3.6.0/components/esp_hid/src/
Dble_hidd.c387 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/
Dsimple_ble.c150 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/
Dexample_ble_sec_gatts_demo.c449 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/
Dble50_sec_gatts_demo.c403 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/
Dgatts_table_creat_demo.c459 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/
Dble_spp_server_demo.c608 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/
Dble_compatibility_test.c570 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/
Dhid_device_le_prf.c609 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/
DGatt_Server_Service_Table_Example_Walkthrough.md443 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:{