Lines Matching refs:p_num_uuid
150 uint8_t* p_num_uuid,
1691 uint8_t* p_num_uuid, uint8_t* p_uuid_list, in BTM_GetEirUuidList() argument
1701 btm_eir_get_uuid_list(p_eir, eir_len, uuid_size, p_num_uuid, &type); in BTM_GetEirUuidList()
1706 if (*p_num_uuid > max_num_uuid) { in BTM_GetEirUuidList()
1708 __func__, *p_num_uuid, max_num_uuid); in BTM_GetEirUuidList()
1709 *p_num_uuid = max_num_uuid; in BTM_GetEirUuidList()
1713 *p_num_uuid); in BTM_GetEirUuidList()
1716 for (yy = 0; yy < *p_num_uuid; yy++) { in BTM_GetEirUuidList()
1721 for (yy = 0; yy < *p_num_uuid; yy++) { in BTM_GetEirUuidList()
1726 for (yy = 0; yy < *p_num_uuid; yy++) { in BTM_GetEirUuidList()
1756 uint8_t* p_num_uuid, in btm_eir_get_uuid_list() argument
1776 *p_num_uuid = 0; in btm_eir_get_uuid_list()
1791 *p_num_uuid = uuid_len / uuid_size; in btm_eir_get_uuid_list()