Home
last modified time | relevance | path

Searched refs:esp_ble_gatts_add_char (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/esp/wechat_AirSync/
Dwx_airsync_prf.c95 esp_ble_gatts_add_char(airsync_cb_env.clcb.cur_srvc_id, &uuid, in airsync_profile_cb()
108 esp_ble_gatts_add_char(airsync_cb_env.clcb.cur_srvc_id, &uuid, in airsync_profile_cb()
120 esp_ble_gatts_add_char(airsync_cb_env.clcb.cur_srvc_id, &uuid, in airsync_profile_cb()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/esp/ble_button/
Dbutton_pro.c119 esp_ble_gatts_add_char(button_cb_env.clcb.cur_srvc_id, &uuid, in button_profile_cb()
132 esp_ble_gatts_add_char(button_cb_env.clcb.cur_srvc_id, &uuid, in button_profile_cb()
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_gatts_api.h407 esp_err_t esp_ble_gatts_add_char(uint16_t service_handle, esp_bt_uuid_t *char_uuid,
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/dis/
Ddis_profile.c234 esp_ble_gatts_add_char(dis_cb.service_handle, &uuid, GATT_PERM_READ, in dis_AddChar()
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_gatts_api.c136 esp_err_t esp_ble_gatts_add_char(uint16_t service_handle, esp_bt_uuid_t *char_uuid, in esp_ble_gatts_add_char() function
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/battery/
Dbattery_prf.c421 esp_ble_gatts_add_char(service_id, char_uuid, BATTER_LEVEL_PERM, prop); in bas_AddChar()