Searched refs:p_num_uuid (Results 1 – 8 of 8) sorted by relevance
/aosp12/system/bt/stack/btm/ |
H A D | btm_inq.cc | 150 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 D | mock_stack_btm_inq.cc | 142 uint8_t* p_num_uuid, uint8_t* p_uuid_list, in BTM_GetEirUuidList() argument
|
H A D | mock_main_shim_btm_api.cc | 248 uint8_t* p_num_uuid, in BTM_GetEirUuidList() argument
|
/aosp12/system/bt/stack/include/ |
H A D | btm_api.h | 943 uint8_t* p_num_uuid, uint8_t* p_uuid_list,
|
H A D | btm_client_interface.h | 215 uint8_t uuid_size, uint8_t* p_num_uuid,
|
/aosp12/system/bt/main/shim/ |
H A D | btm_api.h | 386 uint8_t* p_num_uuid, uint8_t* p_uuid_list,
|
H A D | btm_api.cc | 923 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 D | mock_main_shim_btm_api.cc | 252 uint8_t* p_num_uuid, in BTM_GetEirUuidList() argument
|