Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_co.c39 #define INVALID_ADDR_NUM 0xff macro
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()
157 if (index == INVALID_ADDR_NUM) { in cacheReset()
290 if (index == INVALID_ADDR_NUM) { in bta_gattc_get_cache_attr_length()
320 UINT8 index = INVALID_ADDR_NUM; in bta_gattc_co_cache_save()
487 return INVALID_ADDR_NUM; in bta_gattc_co_find_addr_in_cache()
501 return INVALID_ADDR_NUM; in bta_gattc_co_find_hash_in_cache()
524 if (bta_gattc_co_find_hash_in_cache(hash_key) != INVALID_ADDR_NUM) { in bta_gattc_co_cache_addr_save()
[all …]