Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_inq.c137 UINT8 *p_num_uuid, UINT8 *p_uuid_list_type );
2706 UINT8 BTM_GetEirUuidList( UINT8 *p_eir, UINT8 uuid_size, UINT8 *p_num_uuid, in BTM_GetEirUuidList() argument
2716 p_uuid_data = btm_eir_get_uuid_list( p_eir, uuid_size, p_num_uuid, &type ); in BTM_GetEirUuidList()
2722 if( *p_num_uuid > max_num_uuid ) in BTM_GetEirUuidList()
2725 *p_num_uuid, max_num_uuid ); in BTM_GetEirUuidList()
2726 *p_num_uuid = max_num_uuid; in BTM_GetEirUuidList()
2729 BTM_TRACE_DEBUG("BTM_GetEirUuidList type = %02X, number of uuid = %d", type, *p_num_uuid ); in BTM_GetEirUuidList()
2733 for( yy = 0; yy < *p_num_uuid; yy++ ) in BTM_GetEirUuidList()
2741 for( yy = 0; yy < *p_num_uuid; yy++ ) in BTM_GetEirUuidList()
2749 for( yy = 0; yy < *p_num_uuid; yy++ ) in BTM_GetEirUuidList()
[all …]
/system/bt/btif/src/
Dbtif_storage.c200 uint32_t *p_num_uuid) in btif_in_split_uuids_string_to_list() argument
218 *p_num_uuid = num; in btif_in_split_uuids_string_to_list()
/system/bt/stack/include/
Dbtm_api.h3866 extern UINT8 BTM_GetEirUuidList( UINT8 *p_eir, UINT8 uuid_size, UINT8 *p_num_uuid,