Searched refs:esp_ble_gatts_add_char_descr (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/battery/ |
D | battery_prf.c | 456 esp_ble_gatts_add_char_descr(service_id, (GATT_PERM_READ | GATT_PERM_WRITE), &uuid); in bas_AddCharDescr() 463 esp_ble_gatts_add_char_descr(service_id, GATT_PERM_READ, &uuid); in bas_AddCharDescr() 472 esp_ble_gatts_add_char_descr(service_id, GATT_PERM_READ, &uuid); in bas_AddCharDescr()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/esp/wechat_AirSync/ |
D | wx_airsync_prf.c | 114 esp_ble_gatts_add_char_descr (airsync_cb_env.clcb.cur_srvc_id, in airsync_profile_cb()
|
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/ |
D | esp_gatts_api.h | 430 esp_err_t esp_ble_gatts_add_char_descr (uint16_t service_handle,
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/esp/ble_button/ |
D | button_pro.c | 138 esp_ble_gatts_add_char_descr (button_cb_env.clcb.cur_srvc_id, in button_profile_cb()
|
/hal_espressif-latest/components/bt/host/bluedroid/api/ |
D | esp_gatts_api.c | 175 esp_err_t esp_ble_gatts_add_char_descr (uint16_t service_handle, in esp_ble_gatts_add_char_descr() function
|