Searched refs:esp_ble_gatts_add_char_descr (Results 1 – 11 of 11) sorted by relevance
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/battery/ |
D | battery_prf.c | 461 esp_ble_gatts_add_char_descr(service_id, (GATT_PERM_READ | GATT_PERM_WRITE), &uuid); in bas_AddCharDescr() 468 esp_ble_gatts_add_char_descr(service_id, GATT_PERM_READ, &uuid); in bas_AddCharDescr() 477 esp_ble_gatts_add_char_descr(service_id, GATT_PERM_READ, &uuid); in bas_AddCharDescr()
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/ |
D | esp_gatts_api.h | 420 esp_err_t esp_ble_gatts_add_char_descr (uint16_t service_handle,
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/esp/wechat_AirSync/ |
D | wx_airsync_prf.c | 122 esp_ble_gatts_add_char_descr (airsync_cb_env.clcb.cur_srvc_id, in airsync_profile_cb()
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/esp/ble_button/ |
D | button_pro.c | 146 esp_ble_gatts_add_char_descr (button_cb_env.clcb.cur_srvc_id, in button_profile_cb()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/a2dp_gatts_coex/main/ |
D | main.c | 357 …esp_err_t add_descr_ret = esp_ble_gatts_add_char_descr(gl_profile_tab[PROFILE_A_APP_ID].service_ha… in gatts_profile_a_event_handler() 505 …esp_ble_gatts_add_char_descr(gl_profile_tab[PROFILE_B_APP_ID].service_handle, &gl_profile_tab[PROF… in gatts_profile_b_event_handler()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server/main/ |
D | gatts_demo.c | 444 …esp_err_t add_descr_ret = esp_ble_gatts_add_char_descr(gl_profile_tab[PROFILE_A_APP_ID].service_ha… in gatts_profile_a_event_handler() 604 …esp_ble_gatts_add_char_descr(gl_profile_tab[PROFILE_B_APP_ID].service_handle, &gl_profile_tab[PROF… in gatts_profile_b_event_handler()
|
/hal_espressif-3.6.0/examples/system/ota/advanced_https_ota/main/ble_helper/ |
D | bluedroid_gatts.c | 280 …esp_err_t add_descr_ret = esp_ble_gatts_add_char_descr(gl_profile_tab[PROFILE_A_APP_ID].service_ha… in gatts_profile_a_event_handler()
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/ |
D | esp_gatts_api.c | 164 esp_err_t esp_ble_gatts_add_char_descr (uint16_t service_handle, in esp_ble_gatts_add_char_descr() function
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/gattc_gatts_coex/main/ |
D | gattc_gatts_coex.c | 709 …esp_err_t add_descr_ret = esp_ble_gatts_add_char_descr(gatts_profile_tab[GATTS_PROFILE_A_APP_ID].s… in gatts_profile_a_event_handler() 850 …esp_ble_gatts_add_char_descr(gatts_profile_tab[GATTS_PROFILE_B_APP_ID].service_handle, &gatts_prof… 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 | 511 …esp_err_t add_descr_ret = esp_ble_gatts_add_char_descr(gl_profile_tab[PROFILE_A_APP_ID].service_ha… in gatts_profile_a_event_handler()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server/tutorial/ |
D | Gatt_Server_Example_Walkthrough.md | 554 …. Finally, the characteristic description is added using the `esp_ble_gatts_add_char_descr()` func… 574 esp_err_t add_descr_ret = esp_ble_gatts_add_char_descr(
|