Home
last modified time | relevance | path

Searched refs:cache_assoc (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_gattc.h190 } cache_assoc; member
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_gattc_api.c888 arg.cache_assoc.is_assoc = is_assoc; in esp_ble_gattc_cache_assoc()
889 arg.cache_assoc.gattc_if = gattc_if; in esp_ble_gattc_cache_assoc()
890 memcpy(arg.cache_assoc.src_addr, src_addr, sizeof(esp_bd_addr_t)); in esp_ble_gattc_cache_assoc()
891 memcpy(arg.cache_assoc.assoc_addr, assoc_addr, sizeof(esp_bd_addr_t)); in esp_ble_gattc_cache_assoc()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gattc.c779 BTA_GATTC_CacheAssoc(arg->cache_assoc.gattc_if, in btc_gattc_call_handler()
780 arg->cache_assoc.src_addr, in btc_gattc_call_handler()
781 arg->cache_assoc.assoc_addr, in btc_gattc_call_handler()
782 arg->cache_assoc.is_assoc); in btc_gattc_call_handler()