Home
last modified time | relevance | path

Searched refs:BTC_PID_GATTS (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-2.7.6/components/bt/host/bluedroid/api/
Desp_gatts_api.c37 return (btc_profile_cb_set(BTC_PID_GATTS, callback) == 0 ? ESP_OK : ESP_FAIL); in esp_ble_gatts_register_callback()
53 msg.pid = BTC_PID_GATTS; in esp_ble_gatts_app_register()
69 msg.pid = BTC_PID_GATTS; in esp_ble_gatts_app_unregister()
85 msg.pid = BTC_PID_GATTS; in esp_ble_gatts_create_service()
105 msg.pid = BTC_PID_GATTS; in esp_ble_gatts_create_attr_tab()
125 msg.pid = BTC_PID_GATTS; in esp_ble_gatts_add_included_service()
152 msg.pid = BTC_PID_GATTS; in esp_ble_gatts_add_char()
191 msg.pid = BTC_PID_GATTS; in esp_ble_gatts_add_char_descr()
218 msg.pid = BTC_PID_GATTS; in esp_ble_gatts_delete_service()
233 msg.pid = BTC_PID_GATTS; in esp_ble_gatts_start_service()
[all …]
Desp_blufi_api.c123 msg.pid = BTC_PID_GATTS; in esp_blufi_close()
/hal_espressif-2.7.6/components/bt/common/btc/include/btc/
Dbtc_task.h48 BTC_PID_GATTS, enumerator
/hal_espressif-2.7.6/components/bt/common/btc/core/
Dbtc_task.c82 [BTC_PID_GATTS] = {btc_gatts_call_handler, btc_gatts_cb_handler },
/hal_espressif-2.7.6/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gatts.c44 esp_gatts_cb_t btc_gatts_cb = (esp_gatts_cb_t)btc_profile_cb_get(BTC_PID_GATTS); in btc_gatts_cb_to_app()
571 msg.pid = BTC_PID_GATTS; in btc_gatts_inter_cb()