/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble_50/ble50_security_server/main/ |
D | ble50_sec_gatts_demo.c | 63 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/ |
D | example_ble_sec_gatts_demo.c | 81 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/ |
D | gatts_table_creat_demo.c | 136 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/ |
D | ble_spp_server_demo.c | 84 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/ |
D | ble_compatibility_test.c | 144 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/ |
D | hid_device_le_prf.c | 207 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/ |
D | main.c | 105 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/ |
D | gatts_demo.c | 148 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/ |
D | bluedroid_gatts.c | 86 .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/ |
D | example_ble_server_throughput.c | 170 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/ |
D | bluedroid_gatts.h | 52 esp_gatts_cb_t gatts_cb; member
|
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/coex/gattc_gatts_coex/main/ |
D | gattc_gatts_coex.c | 67 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/ |
D | Gatt_Server_Service_Table_Example_Walkthrough.md | 149 .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/ |
D | Gatt_Server_Example_Walkthrough.md | 172 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);
|