Home
last modified time | relevance | path

Searched refs:BTC_PID_GATTC (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_gattc_api.c28 btc_profile_cb_set(BTC_PID_GATTC, callback); in esp_ble_gattc_register_callback()
34 return (esp_gattc_cb_t) btc_profile_cb_get(BTC_PID_GATTC); in esp_ble_gattc_get_callback()
49 msg.pid = BTC_PID_GATTC; in esp_ble_gattc_app_register()
64 msg.pid = BTC_PID_GATTC; in esp_ble_gattc_app_unregister()
84 msg.pid = BTC_PID_GATTC; in esp_ble_gattc_enh_open()
209 msg.pid = BTC_PID_GATTC; in esp_ble_gattc_close()
224 msg.pid = BTC_PID_GATTC; in esp_ble_gattc_send_mtu_req()
239 msg.pid = BTC_PID_GATTC; in esp_ble_gattc_search_service()
463 msg.pid = BTC_PID_GATTC; in esp_ble_gattc_read_char()
504 msg.pid = BTC_PID_GATTC; in esp_ble_gattc_read_by_type()
[all …]
/hal_espressif-latest/components/bt/common/btc/include/btc/
Dbtc_task.h42 BTC_PID_GATTC, enumerator
/hal_espressif-latest/components/bt/common/btc/core/
Dbtc_task.c96 [BTC_PID_GATTC] = {btc_gattc_call_handler, btc_gattc_cb_handler },
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gattc.c24 esp_gattc_cb_t btc_gattc_cb = (esp_gattc_cb_t )btc_profile_cb_get(BTC_PID_GATTC); in btc_gattc_cb_to_app()
189 msg.pid = BTC_PID_GATTC; in btc_gattc_cback()