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,
2945 ** Parameters p_eir - pointer of EIR significant part
2952 UINT8 *BTM_CheckEirData( UINT8 *p_eir, UINT8 type, UINT8 *p_length )
2955 UINT8 *p = p_eir;
2961 while( length && (p - p_eir <= HCI_EXT_INQ_RESPONSE_LEN))
3166 ** Parameters p_eir - EIR
3181 UINT8 BTM_GetEirUuidList( UINT8 *p_eir, UINT8 uuid_size, UINT8 *p_num_uuid,
3192 p_uuid_data = btm_eir_get_uuid_list( p_eir, uuid_size, p_num_uuid, &type );
3249 ** Parameters p_eir - address of EIR
3258 static UINT8 *btm_eir_get_uuid_list( UINT8 *p_eir, UINT8 uuid_size,
3285 p_uuid_data = BTM_CheckEirData( p_eir, complete_type, &uuid_len );
3288 p_uuid_data = BTM_CheckEirData( p_eir, more_type, &uuid_len );
3366 ** Parameters p_eir - pointer of EIR significant part
3372 void btm_set_eir_uuid( UINT8 *p_eir, tBTM_INQ_RESULTS *p_results )
3380 p_uuid_data = btm_eir_get_uuid_list( p_eir, LEN_UUID_16, &num_uuid, &type );
3402 p_uuid_data = btm_eir_get_uuid_list( p_eir, LEN_UUID_32, &num_uuid, &type );
3414 p_uuid_data = btm_eir_get_uuid_list( p_eir, LEN_UUID_128, &num_uuid, &type );