Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_inq.cc124 uint8_t* p_num_uuid,
2350 uint8_t* p_num_uuid, uint8_t* p_uuid_list, in BTM_GetEirUuidList() argument
2360 btm_eir_get_uuid_list(p_eir, eir_len, uuid_size, p_num_uuid, &type); in BTM_GetEirUuidList()
2365 if (*p_num_uuid > max_num_uuid) { in BTM_GetEirUuidList()
2367 __func__, *p_num_uuid, max_num_uuid); in BTM_GetEirUuidList()
2368 *p_num_uuid = max_num_uuid; in BTM_GetEirUuidList()
2372 *p_num_uuid); in BTM_GetEirUuidList()
2375 for (yy = 0; yy < *p_num_uuid; yy++) { in BTM_GetEirUuidList()
2380 for (yy = 0; yy < *p_num_uuid; yy++) { in BTM_GetEirUuidList()
2385 for (yy = 0; yy < *p_num_uuid; yy++) { in BTM_GetEirUuidList()
[all …]
/system/bt/stack/include/
Dbtm_api.h1977 uint8_t uuid_size, uint8_t* p_num_uuid,