Searched refs:match_slot (Results 1 – 1 of 1) sorted by relevance
2623 UINT8 match_slot = btm_find_match_custom_uuid_slot(custom_uuid, uuid); in BTM_HasCustomEirService() local2625 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() local2693 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()