Lines Matching refs:p_eir
153 static void btm_set_eir_uuid( UINT8 *p_eir, tBTM_INQ_RESULTS *p_results );
154 static UINT8 *btm_eir_get_uuid_list( UINT8 *p_eir, UINT8 uuid_size,
2809 UINT8 *BTM_CheckEirData( UINT8 *p_eir, UINT8 type, UINT8 *p_length ) in BTM_CheckEirData() argument
2812 UINT8 *p = p_eir; in BTM_CheckEirData()
2818 while( length && (p - p_eir <= HCI_EXT_INQ_RESPONSE_LEN)) in BTM_CheckEirData()
3038 UINT8 BTM_GetEirUuidList( UINT8 *p_eir, UINT8 uuid_size, UINT8 *p_num_uuid, in BTM_GetEirUuidList() argument
3049 p_uuid_data = btm_eir_get_uuid_list( p_eir, uuid_size, p_num_uuid, &type ); in BTM_GetEirUuidList()
3115 static UINT8 *btm_eir_get_uuid_list( UINT8 *p_eir, UINT8 uuid_size, in btm_eir_get_uuid_list() argument
3142 p_uuid_data = BTM_CheckEirData( p_eir, complete_type, &uuid_len ); in btm_eir_get_uuid_list()
3145 p_uuid_data = BTM_CheckEirData( p_eir, more_type, &uuid_len ); in btm_eir_get_uuid_list()
3229 void btm_set_eir_uuid( UINT8 *p_eir, tBTM_INQ_RESULTS *p_results ) in btm_set_eir_uuid() argument
3237 p_uuid_data = btm_eir_get_uuid_list( p_eir, LEN_UUID_16, &num_uuid, &type ); in btm_set_eir_uuid()
3259 p_uuid_data = btm_eir_get_uuid_list( p_eir, LEN_UUID_32, &num_uuid, &type ); in btm_set_eir_uuid()
3271 p_uuid_data = btm_eir_get_uuid_list( p_eir, LEN_UUID_128, &num_uuid, &type ); in btm_set_eir_uuid()