Home | History | Annotate | Download | only in btm

Lines Matching refs:p_eir

135 static void         btm_set_eir_uuid( UINT8 *p_eir, tBTM_INQ_RESULTS *p_results );
136 static UINT8 *btm_eir_get_uuid_list( UINT8 *p_eir, UINT8 uuid_size,
2492 ** Parameters p_eir - pointer of EIR significant part
2499 UINT8 *BTM_CheckEirData( UINT8 *p_eir, UINT8 type, UINT8 *p_length )
2501 UINT8 *p = p_eir;
2507 while( length && (p - p_eir <= HCI_EXT_INQ_RESPONSE_LEN))
2691 ** Parameters p_eir - EIR
2706 UINT8 BTM_GetEirUuidList( UINT8 *p_eir, UINT8 uuid_size, UINT8 *p_num_uuid,
2716 p_uuid_data = btm_eir_get_uuid_list( p_eir, uuid_size, p_num_uuid, &type );
2768 ** Parameters p_eir - address of EIR
2777 static UINT8 *btm_eir_get_uuid_list( UINT8 *p_eir, UINT8 uuid_size,
2804 p_uuid_data = BTM_CheckEirData( p_eir, complete_type, &uuid_len );
2807 p_uuid_data = BTM_CheckEirData( p_eir, more_type, &uuid_len );
2885 ** Parameters p_eir - pointer of EIR significant part
2891 void btm_set_eir_uuid( UINT8 *p_eir, tBTM_INQ_RESULTS *p_results )
2899 p_uuid_data = btm_eir_get_uuid_list( p_eir, LEN_UUID_16, &num_uuid, &type );
2921 p_uuid_data = btm_eir_get_uuid_list( p_eir, LEN_UUID_32, &num_uuid, &type );
2933 p_uuid_data = btm_eir_get_uuid_list( p_eir, LEN_UUID_128, &num_uuid, &type );