Home
last modified time | relevance | path

Searched refs:gatts_cb (Results 1 – 14 of 14) sorted by relevance

/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble_50/ble50_security_server/main/
Dble50_sec_gatts_demo.c63 esp_gatts_cb_t gatts_cb; member
83 .gatts_cb = gatts_profile_event_handler,
446 if (heart_rate_profile_tab[idx].gatts_cb) { in gatts_event_handler()
447 heart_rate_profile_tab[idx].gatts_cb(event, gatts_if, param); in gatts_event_handler()
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/gatt_security_server/main/
Dexample_ble_sec_gatts_demo.c81 esp_gatts_cb_t gatts_cb; member
101 .gatts_cb = gatts_profile_event_handler,
492 if (heart_rate_profile_tab[idx].gatts_cb) { in gatts_event_handler()
493 heart_rate_profile_tab[idx].gatts_cb(event, gatts_if, param); in gatts_event_handler()
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/gatt_server_service_table/main/
Dgatts_table_creat_demo.c136 esp_gatts_cb_t gatts_cb; member
156 .gatts_cb = gatts_profile_event_handler,
507 if (heart_rate_profile_tab[idx].gatts_cb) { in gatts_event_handler()
508 heart_rate_profile_tab[idx].gatts_cb(event, gatts_if, param); in gatts_event_handler()
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/ble_spp_server/main/
Dble_spp_server_demo.c84 esp_gatts_cb_t gatts_cb; member
124 .gatts_cb = gatts_profile_event_handler,
647 if (spp_profile_tab[idx].gatts_cb) { in gatts_event_handler()
648 spp_profile_tab[idx].gatts_cb(event, gatts_if, param); in gatts_event_handler()
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/ble_compatibility_test/main/
Dble_compatibility_test.c144 esp_gatts_cb_t gatts_cb; member
164 .gatts_cb = gatts_profile_event_handler,
610 if (heart_rate_profile_tab[idx].gatts_cb) { in gatts_event_handler()
611 heart_rate_profile_tab[idx].gatts_cb(event, gatts_if, param); in gatts_event_handler()
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/ble_hid_device_demo/main/
Dhid_device_le_prf.c207 esp_gatts_cb_t gatts_cb; member
684 .gatts_cb = esp_hidd_prf_cb_hdl,
710 if (heart_rate_profile_tab[idx].gatts_cb) { in gatts_event_handler()
711 heart_rate_profile_tab[idx].gatts_cb(event, gatts_if, param); in gatts_event_handler()
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/coex/a2dp_gatts_coex/main/
Dmain.c105 esp_gatts_cb_t gatts_cb; member
122 .gatts_cb = gatts_profile_a_event_handler,
126 … .gatts_cb = gatts_profile_b_event_handler,/* This demo does not implement, similar as profile A */
567 if (gl_profile_tab[idx].gatts_cb) { in gatts_event_handler()
568 gl_profile_tab[idx].gatts_cb(event, gatts_if, param); in gatts_event_handler()
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/gatt_server/main/
Dgatts_demo.c148 esp_gatts_cb_t gatts_cb; member
165 .gatts_cb = gatts_profile_a_event_handler,
169 ….gatts_cb = gatts_profile_b_event_handler, /* This demo does not implement, simi…
666 if (gl_profile_tab[idx].gatts_cb) { in gatts_event_handler()
667 gl_profile_tab[idx].gatts_cb(event, gatts_if, param); in gatts_event_handler()
/hal_espressif-3.4.0/examples/system/ota/advanced_https_ota/main/ble_helper/
Dbluedroid_gatts.c86 .gatts_cb = gatts_profile_a_event_handler,
403 if (gl_profile_tab[idx].gatts_cb) { in gatts_event_handler()
404 gl_profile_tab[idx].gatts_cb(event, gatts_if, param); in gatts_event_handler()
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_server/main/
Dexample_ble_server_throughput.c170 esp_gatts_cb_t gatts_cb; member
187 .gatts_cb = gatts_profile_a_event_handler,
604 if (gl_profile_tab[idx].gatts_cb) { in gatts_event_handler()
605 gl_profile_tab[idx].gatts_cb(event, gatts_if, param); in gatts_event_handler()
/hal_espressif-3.4.0/examples/system/ota/advanced_https_ota/main/ble_helper/include/
Dbluedroid_gatts.h52 esp_gatts_cb_t gatts_cb; member
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/coex/gattc_gatts_coex/main/
Dgattc_gatts_coex.c67 esp_gatts_cb_t gatts_cb; member
171 .gatts_cb = gatts_profile_a_event_handler,
175 ….gatts_cb = gatts_profile_b_event_handler, /* This demo does not implement, simi…
937 if (gatts_profile_tab[idx].gatts_cb) { in gatts_event_handler()
938 gatts_profile_tab[idx].gatts_cb(event, gatts_if, param); in gatts_event_handler()
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/gatt_server_service_table/tutorial/
DGatt_Server_Service_Table_Example_Walkthrough.md149 .gatts_cb = gatts_profile_event_handler,
342 if (heart_rate_profile_tab[idx].gatts_cb) {
343 heart_rate_profile_tab[idx].gatts_cb(event, gatts_if, param);
477 esp_gatts_cb_t gatts_cb;
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/gatt_server/tutorial/
DGatt_Server_Example_Walkthrough.md172 esp_gatts_cb_t gatts_cb;
191 .gatts_cb = gatts_profile_a_event_handler,
194 .gatts_cb = gatts_profile_b_event_handler,
422 if (gl_profile_tab[idx].gatts_cb) {
423 gl_profile_tab[idx].gatts_cb(event, gatts_if, param);