Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_inq.c2623 UINT8 match_slot = btm_find_match_custom_uuid_slot(custom_uuid, uuid); in BTM_HasCustomEirService() local
2625 if (match_slot == BTA_EIR_SERVER_NUM_CUSTOM_UUID) { in BTM_HasCustomEirService()
2691 UINT8 match_slot = btm_find_match_custom_uuid_slot(custom_uuid, uuid); in BTM_RemoveCustomEirService() local
2693 if (match_slot == BTA_EIR_SERVER_NUM_CUSTOM_UUID) { in BTM_RemoveCustomEirService()
2697 memset(&(custom_uuid[match_slot]), 0, sizeof(tBT_UUID)); in BTM_RemoveCustomEirService()