Home | History | Annotate | Download | only in btm

Lines Matching refs:uuid16

134 static UINT8        btm_convert_uuid_to_eir_service( UINT16 uuid16 );
2530 ** Parameters uuid16 - UUID 16-bit
2536 static UINT8 btm_convert_uuid_to_eir_service( UINT16 uuid16 )
2542 if( uuid16 == BTM_EIR_UUID_LKUP_TBL[xx])
2557 ** uuid16 - UUID 16-bit
2563 BOOLEAN BTM_HasEirService( UINT32 *p_eir_uuid, UINT16 uuid16 )
2567 service_id = btm_convert_uuid_to_eir_service(uuid16);
2581 ** uuid16 - UUID 16-bit
2588 tBTM_EIR_SEARCH_RESULT BTM_HasInquiryEirService( tBTM_INQ_RESULTS *p_results, UINT16 uuid16 )
2590 if( BTM_HasEirService( p_results->eir_uuid, uuid16 ))
2609 ** uuid16 - UUID 16-bit
2614 void BTM_AddEirService( UINT32 *p_eir_uuid, UINT16 uuid16 )
2618 service_id = btm_convert_uuid_to_eir_service(uuid16);
2630 ** uuid16 - UUID 16-bit
2635 void BTM_RemoveEirService( UINT32 *p_eir_uuid, UINT16 uuid16 )
2639 service_id = btm_convert_uuid_to_eir_service(uuid16);
2836 UINT16 uuid16 = 0;
2844 STREAM_TO_UINT16 (uuid16, p_uuid);
2849 uuid16 = (UINT16) uuid32;
2867 STREAM_TO_UINT16(uuid16, p_uuid);
2876 return( uuid16);
2895 UINT16 uuid16;
2916 STREAM_TO_UINT16(uuid16, p_uuid_data);
2917 BTM_AddEirService( p_results->eir_uuid, uuid16 );
2926 uuid16 = btm_convert_uuid_to_uuid16( p_uuid_data, LEN_UUID_32 );
2928 if( uuid16 )
2929 BTM_AddEirService( p_results->eir_uuid, uuid16 );
2938 uuid16 = btm_convert_uuid_to_uuid16( p_uuid_data, LEN_UUID_128 );
2940 if( uuid16 )
2941 BTM_AddEirService( p_results->eir_uuid, uuid16 );