Home
last modified time | relevance | path

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

/aosp12/system/bt/stack/btm/
H A Dbtm_inq.cc150 uint8_t* p_num_uuid,
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()
[all …]
/aosp12/system/bt/test/mock/
H A Dmock_stack_btm_inq.cc142 uint8_t* p_num_uuid, uint8_t* p_uuid_list, in BTM_GetEirUuidList() argument
H A Dmock_main_shim_btm_api.cc248 uint8_t* p_num_uuid, in BTM_GetEirUuidList() argument
/aosp12/system/bt/stack/include/
H A Dbtm_api.h943 uint8_t* p_num_uuid, uint8_t* p_uuid_list,
H A Dbtm_client_interface.h215 uint8_t uuid_size, uint8_t* p_num_uuid,
/aosp12/system/bt/main/shim/
H A Dbtm_api.h386 uint8_t* p_num_uuid, uint8_t* p_uuid_list,
H A Dbtm_api.cc923 uint8_t* p_num_uuid, in BTM_GetEirUuidList() argument
928 CHECK(p_num_uuid != nullptr); in BTM_GetEirUuidList()
/aosp12/system/bt/stack/test/common/
H A Dmock_main_shim_btm_api.cc252 uint8_t* p_num_uuid, in BTM_GetEirUuidList() argument