Searched refs:bta_gattc_co_find_addr_in_cache (Results 1 – 2 of 2) sorted by relevance
110 if ((index = bta_gattc_co_find_addr_in_cache(bda)) != INVALID_ADDR_NUM) { in cacheClose()125 if (((*index = bta_gattc_co_find_addr_in_cache(bda)) != INVALID_ADDR_NUM) || in cacheOpen()148 if ((index = bta_gattc_co_find_addr_in_cache(bda)) != INVALID_ADDR_NUM) { in cacheReset()482 UINT8 bta_gattc_co_find_addr_in_cache(BD_ADDR bda) in bta_gattc_co_find_addr_in_cache() function541 if ((index = bta_gattc_co_find_addr_in_cache(bd_addr)) != INVALID_ADDR_NUM) { in bta_gattc_co_cache_addr_save()606 if ((addr_index = bta_gattc_co_find_addr_in_cache(src_addr)) != INVALID_ADDR_NUM) { in bta_gattc_co_cache_append_assoc_addr()623 if ((addr_index = bta_gattc_co_find_addr_in_cache(src_addr)) != INVALID_ADDR_NUM) { in bta_gattc_co_cache_remove_assoc_addr()678 if ((addr_index = bta_gattc_co_find_addr_in_cache(src_addr)) != INVALID_ADDR_NUM) { in bta_gattc_co_cache_clear_assoc_addr()
120 extern uint8_t bta_gattc_co_find_addr_in_cache(BD_ADDR bda);