Searched defs:server_bda (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/gatt/ |
D | bta_gattc_ci.c | 52 void bta_gattc_ci_cache_open(BD_ADDR server_bda, UINT16 evt, tBTA_GATT_STATUS status, in bta_gattc_ci_cache_open() 83 void bta_gattc_ci_cache_load(BD_ADDR server_bda, UINT16 evt, UINT16 num_attr, in bta_gattc_ci_cache_load() 123 void bta_gattc_ci_cache_save(BD_ADDR server_bda, UINT16 evt, tBTA_GATT_STATUS status, in bta_gattc_ci_cache_save()
|
D | bta_gattc_co.c | 239 tBTA_GATT_STATUS bta_gattc_co_cache_open(BD_ADDR server_bda, BOOLEAN to_save, UINT8 *index) in bta_gattc_co_cache_open() 315 void bta_gattc_co_cache_save (BD_ADDR server_bda, UINT16 num_attr, in bta_gattc_co_cache_save() 353 void bta_gattc_co_cache_close(BD_ADDR server_bda, UINT16 conn_id) in bta_gattc_co_cache_close() 377 void bta_gattc_co_cache_reset(BD_ADDR server_bda) in bta_gattc_co_cache_reset()
|
D | bta_gattc_cache.c | 2170 static void bta_gattc_cache_write(BD_ADDR server_bda, UINT16 num_attr, in bta_gattc_cache_write() 2188 void bta_gattc_cache_reset(BD_ADDR server_bda) in bta_gattc_cache_reset()
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/ |
D | esp_gattc_api.c | 646 esp_bd_addr_t server_bda, uint16_t handle) in esp_ble_gattc_register_for_notify() 664 esp_bd_addr_t server_bda, uint16_t handle) in esp_ble_gattc_unregister_for_notify()
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/gatt/include/ |
D | bta_gattc_int.h | 290 BD_ADDR server_bda; member
|