/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/gatt_client/main/ |
D | gattc_demo.c | 39 #define PROFILE_NUM 1 macro 91 static struct gattc_profile_inst gl_profile_tab[PROFILE_NUM] = { 428 for (idx = 0; idx < PROFILE_NUM; idx++) { in esp_gattc_cb()
|
/hal_espressif-3.4.0/examples/system/ota/advanced_https_ota/main/ble_helper/include/ |
D | bluedroid_gatts.h | 33 #define PROFILE_NUM 1 macro
|
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_client/main/ |
D | example_ble_client_throughput.c | 46 #define PROFILE_NUM 1 macro 115 static struct gattc_profile_inst gl_profile_tab[PROFILE_NUM] = { 468 for (idx = 0; idx < PROFILE_NUM; idx++) { in esp_gattc_cb()
|
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/gatt_server_service_table/main/ |
D | gatts_table_creat_demo.c | 36 #define PROFILE_NUM 1 macro 154 static struct gatts_profile_inst heart_rate_profile_tab[PROFILE_NUM] = { 504 for (idx = 0; idx < PROFILE_NUM; idx++) { in gatts_event_handler()
|
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/gatt_security_client/main/ |
D | example_ble_sec_gattc_demo.c | 67 #define PROFILE_NUM 1 macro 83 static struct gattc_profile_inst gl_profile_tab[PROFILE_NUM] = { 501 for (idx = 0; idx < PROFILE_NUM; idx++) { in esp_gattc_cb()
|
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble_50/ble50_security_client/main/ |
D | ble50_sec_gattc_demo.c | 100 #define PROFILE_NUM 1 macro 116 static struct gattc_profile_inst gl_profile_tab[PROFILE_NUM] = { 540 for (idx = 0; idx < PROFILE_NUM; idx++) { in esp_gattc_cb()
|
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/ble_spp_client/main/ |
D | spp_client_demo.c | 34 #define PROFILE_NUM 1 macro 79 static struct gattc_profile_inst gl_profile_tab[PROFILE_NUM] = { 299 for (idx = 0; idx < PROFILE_NUM; idx++) { in esp_gattc_cb()
|
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/ble_ancs/main/ |
D | ble_ancs_demo.c | 30 #define PROFILE_NUM 1 macro 122 static struct gattc_profile_inst gl_profile_tab[PROFILE_NUM] = { 584 for (idx = 0; idx < PROFILE_NUM; idx++) { in esp_gattc_cb()
|
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/ble_compatibility_test/main/ |
D | ble_compatibility_test.c | 40 #define PROFILE_NUM 1 macro 162 static struct gatts_profile_inst heart_rate_profile_tab[PROFILE_NUM] = { 607 for (idx = 0; idx < PROFILE_NUM; idx++) { in gatts_event_handler()
|
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/ble_hid_device_demo/main/ |
D | hid_device_le_prf.c | 203 #define PROFILE_NUM 1 macro 682 static struct gatts_profile_inst heart_rate_profile_tab[PROFILE_NUM] = { 707 for (idx = 0; idx < PROFILE_NUM; idx++) { in gatts_event_handler()
|
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_server/main/ |
D | example_ble_server_throughput.c | 166 #define PROFILE_NUM 1 macro 185 static struct gatts_profile_inst gl_profile_tab[PROFILE_NUM] = { 601 for (idx = 0; idx < PROFILE_NUM; idx++) { in gatts_event_handler()
|
/hal_espressif-3.4.0/examples/system/ota/advanced_https_ota/main/ble_helper/ |
D | bluedroid_gatts.c | 84 static struct gatts_profile_inst gl_profile_tab[PROFILE_NUM] = { 400 for (idx = 0; idx < PROFILE_NUM; idx++) { in gatts_event_handler()
|
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/coex/a2dp_gatts_coex/main/ |
D | main.c | 63 #define PROFILE_NUM 2 macro 120 static struct gatts_profile_inst gl_profile_tab[PROFILE_NUM] = { 564 for (idx = 0; idx < PROFILE_NUM; idx++) { in gatts_event_handler()
|
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/gatt_server/main/ |
D | gatts_demo.c | 143 #define PROFILE_NUM 2 macro 163 static struct gatts_profile_inst gl_profile_tab[PROFILE_NUM] = { 663 for (idx = 0; idx < PROFILE_NUM; idx++) { in gatts_event_handler()
|
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/gattc_multi_connect/main/ |
D | gattc_multi_connect.c | 45 #define PROFILE_NUM 3 macro 114 static struct gattc_profile_inst gl_profile_tab[PROFILE_NUM] = { 875 for (idx = 0; idx < PROFILE_NUM; idx++) { in esp_gattc_cb()
|
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/gatt_security_client/tutorial/ |
D | Gatt_Security_Client_Example_Walkthrough.md | 16 #define PROFILE_NUM 1
|
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/gatt_client/tutorial/ |
D | Gatt_Client_Example_Walkthrough.md | 198 #define PROFILE_NUM 1 205 static struct gattc_profile_inst gl_profile_tab[PROFILE_NUM] = { 243 for (idx = 0; idx < PROFILE_NUM; idx++) {
|
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble_50/ble50_security_client/tutorial/ |
D | ble50_security_client_Example_Walkthrough.md | 42 #define PROFILE_NUM 1
|
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/gattc_multi_connect/tutorial/ |
D | Gatt_Client_Multi_Connection_Example_Walkthrough.md | 37 #define PROFILE_NUM 3
|
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/gatt_server/tutorial/ |
D | Gatt_Server_Example_Walkthrough.md | 189 static struct gatts_profile_inst gl_profile_tab[PROFILE_NUM] = { 420 for (idx = 0; idx < PROFILE_NUM; idx++) {
|