Searched refs:esp_ble_gatts_create_service (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/ |
D | esp_gatts_api.h | 344 esp_err_t esp_ble_gatts_create_service(esp_gatt_if_t gatts_if,
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/a2dp_gatts_coex/main/ |
D | main.c | 263 …esp_ble_gatts_create_service(gatts_if, &gl_profile_tab[PROFILE_A_APP_ID].service_id, GATTS_NUM_HAN… in gatts_profile_a_event_handler() 411 …esp_ble_gatts_create_service(gatts_if, &gl_profile_tab[PROFILE_B_APP_ID].service_id, GATTS_NUM_HAN… in gatts_profile_b_event_handler()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server/main/ |
D | gatts_demo.c | 338 …esp_ble_gatts_create_service(gatts_if, &gl_profile_tab[PROFILE_A_APP_ID].service_id, GATTS_NUM_HAN… in gatts_profile_a_event_handler() 510 …esp_ble_gatts_create_service(gatts_if, &gl_profile_tab[PROFILE_B_APP_ID].service_id, GATTS_NUM_HAN… in gatts_profile_b_event_handler()
|
/hal_espressif-3.6.0/examples/system/ota/advanced_https_ota/main/ble_helper/ |
D | bluedroid_gatts.c | 177 …esp_ble_gatts_create_service(gatts_if, &gl_profile_tab[PROFILE_A_APP_ID].service_id, GATTS_NUM_HAN… in gatts_profile_a_event_handler()
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/ |
D | esp_gatts_api.c | 68 esp_err_t esp_ble_gatts_create_service(esp_gatt_if_t gatts_if, in esp_ble_gatts_create_service() function
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/gattc_gatts_coex/main/ |
D | gattc_gatts_coex.c | 621 …esp_ble_gatts_create_service(gatts_if, &gatts_profile_tab[GATTS_PROFILE_A_APP_ID].service_id, GATT… in gatts_profile_a_event_handler() 759 …esp_ble_gatts_create_service(gatts_if, &gatts_profile_tab[GATTS_PROFILE_B_APP_ID].service_id, GATT… in gatts_profile_b_event_handler()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_server/main/ |
D | example_ble_server_throughput.c | 378 …esp_ble_gatts_create_service(gatts_if, &gl_profile_tab[PROFILE_A_APP_ID].service_id, GATTS_NUM_HAN… in gatts_profile_a_event_handler()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server/tutorial/ |
D | Gatt_Server_Example_Walkthrough.md | 433 The register event is also used to create a service by using the `esp_ble_gatts_create_service()`. … 437 esp_ble_gatts_create_service(gatts_if, &gl_profile_tab[PROFILE_A_APP_ID].service_id, GATTS_NUM_HAND… 470 …esp_ble_gatts_create_service(gatts_if, &gl_profile_tab[PROFILE_B_APP_ID].service_id, GATTS_NUM_HAN…
|