Searched refs:esp_ble_gatts_add_char (Results 1 – 12 of 12) sorted by relevance
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/esp/wechat_AirSync/ |
D | wx_airsync_prf.c | 103 esp_ble_gatts_add_char(airsync_cb_env.clcb.cur_srvc_id, &uuid, in airsync_profile_cb() 116 esp_ble_gatts_add_char(airsync_cb_env.clcb.cur_srvc_id, &uuid, in airsync_profile_cb() 128 esp_ble_gatts_add_char(airsync_cb_env.clcb.cur_srvc_id, &uuid, in airsync_profile_cb()
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/esp/ble_button/ |
D | button_pro.c | 127 esp_ble_gatts_add_char(button_cb_env.clcb.cur_srvc_id, &uuid, in button_profile_cb() 140 esp_ble_gatts_add_char(button_cb_env.clcb.cur_srvc_id, &uuid, in button_profile_cb()
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/ |
D | esp_gatts_api.h | 399 esp_err_t esp_ble_gatts_add_char(uint16_t service_handle, esp_bt_uuid_t *char_uuid,
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/dis/ |
D | dis_profile.c | 234 esp_ble_gatts_add_char(dis_cb.service_handle, &uuid, GATT_PERM_READ, in dis_AddChar()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/a2dp_gatts_coex/main/ |
D | main.c | 341 …esp_err_t add_char_ret = esp_ble_gatts_add_char(gl_profile_tab[PROFILE_A_APP_ID].service_handle, &… in gatts_profile_a_event_handler() 488 …esp_err_t add_char_ret =esp_ble_gatts_add_char( gl_profile_tab[PROFILE_B_APP_ID].service_handle, &… in gatts_profile_b_event_handler()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server/main/ |
D | gatts_demo.c | 416 …esp_err_t add_char_ret = esp_ble_gatts_add_char(gl_profile_tab[PROFILE_A_APP_ID].service_handle, &… in gatts_profile_a_event_handler() 587 …esp_err_t add_char_ret =esp_ble_gatts_add_char( gl_profile_tab[PROFILE_B_APP_ID].service_handle, &… in gatts_profile_b_event_handler()
|
/hal_espressif-3.6.0/examples/system/ota/advanced_https_ota/main/ble_helper/ |
D | bluedroid_gatts.c | 252 …esp_err_t add_char_ret = esp_ble_gatts_add_char(gl_profile_tab[PROFILE_A_APP_ID].service_handle, &… in gatts_profile_a_event_handler()
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/ |
D | esp_gatts_api.c | 126 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-3.6.0/examples/bluetooth/bluedroid/coex/gattc_gatts_coex/main/ |
D | gattc_gatts_coex.c | 694 …esp_err_t add_char_ret = esp_ble_gatts_add_char(gatts_profile_tab[GATTS_PROFILE_A_APP_ID].service_… in gatts_profile_a_event_handler() 833 …esp_err_t add_char_ret =esp_ble_gatts_add_char( gatts_profile_tab[GATTS_PROFILE_B_APP_ID].service_… in gatts_profile_b_event_handler()
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/battery/ |
D | battery_prf.c | 426 esp_ble_gatts_add_char(service_id, char_uuid, BATTER_LEVEL_PERM, prop); in bas_AddChar()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_server/main/ |
D | example_ble_server_throughput.c | 483 …esp_err_t add_char_ret = esp_ble_gatts_add_char(gl_profile_tab[PROFILE_A_APP_ID].service_handle, &… in gatts_profile_a_event_handler()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server/tutorial/ |
D | Gatt_Server_Example_Walkthrough.md | 490 esp_ble_gatts_add_char(gl_profile_tab[PROFILE_A_APP_ID].service_handle, 541 …espond. This is configured by setting the last parameter of the `esp_ble_gatts_add_char()` functio…
|