Searched refs:btm_eir_get_uuid_list (Results 1 – 1 of 1) sorted by relevance
/system/bt/stack/btm/ |
D | btm_inq.c | 136 static UINT8 *btm_eir_get_uuid_list( UINT8 *p_eir, UINT8 uuid_size, 2716 p_uuid_data = btm_eir_get_uuid_list( p_eir, uuid_size, p_num_uuid, &type ); in BTM_GetEirUuidList() 2777 static UINT8 *btm_eir_get_uuid_list( UINT8 *p_eir, UINT8 uuid_size, in btm_eir_get_uuid_list() function 2899 p_uuid_data = btm_eir_get_uuid_list( p_eir, LEN_UUID_16, &num_uuid, &type ); in btm_set_eir_uuid() 2921 p_uuid_data = btm_eir_get_uuid_list( p_eir, LEN_UUID_32, &num_uuid, &type ); in btm_set_eir_uuid() 2933 p_uuid_data = btm_eir_get_uuid_list( p_eir, LEN_UUID_128, &num_uuid, &type ); in btm_set_eir_uuid()
|