Searched refs:p_num_uuid (Results 1 – 2 of 2) sorted by relevance
/system/bt/stack/btm/ |
D | btm_inq.c | 143 UINT8 *p_num_uuid, UINT8 *p_uuid_list_type ); 2731 UINT8 BTM_GetEirUuidList( UINT8 *p_eir, UINT8 uuid_size, UINT8 *p_num_uuid, in BTM_GetEirUuidList() argument 2741 p_uuid_data = btm_eir_get_uuid_list( p_eir, uuid_size, p_num_uuid, &type ); in BTM_GetEirUuidList() 2747 if( *p_num_uuid > max_num_uuid ) in BTM_GetEirUuidList() 2750 *p_num_uuid, max_num_uuid ); in BTM_GetEirUuidList() 2751 *p_num_uuid = max_num_uuid; in BTM_GetEirUuidList() 2754 BTM_TRACE_DEBUG("BTM_GetEirUuidList type = %02X, number of uuid = %d", type, *p_num_uuid ); in BTM_GetEirUuidList() 2758 for( yy = 0; yy < *p_num_uuid; yy++ ) in BTM_GetEirUuidList() 2766 for( yy = 0; yy < *p_num_uuid; yy++ ) in BTM_GetEirUuidList() 2774 for( yy = 0; yy < *p_num_uuid; yy++ ) in BTM_GetEirUuidList() [all …]
|
/system/bt/stack/include/ |
D | btm_api.h | 3863 extern UINT8 BTM_GetEirUuidList( UINT8 *p_eir, UINT8 uuid_size, UINT8 *p_num_uuid,
|