Searched refs:cache_assoc (Results 1 – 3 of 3) sorted by relevance
190 } cache_assoc; member
888 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()
779 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()