Home | History | Annotate | Download | only in btm

Lines Matching defs:uuid16

140 static UINT8        btm_convert_uuid_to_eir_service( UINT16 uuid16 );
2555 ** Parameters uuid16 - UUID 16-bit
2561 static UINT8 btm_convert_uuid_to_eir_service( UINT16 uuid16 )
2567 if( uuid16 == BTM_EIR_UUID_LKUP_TBL[xx])
2582 ** uuid16 - UUID 16-bit
2588 BOOLEAN BTM_HasEirService( UINT32 *p_eir_uuid, UINT16 uuid16 )
2592 service_id = btm_convert_uuid_to_eir_service(uuid16);
2606 ** uuid16 - UUID 16-bit
2613 tBTM_EIR_SEARCH_RESULT BTM_HasInquiryEirService( tBTM_INQ_RESULTS *p_results, UINT16 uuid16 )
2615 if( BTM_HasEirService( p_results->eir_uuid, uuid16 ))
2634 ** uuid16 - UUID 16-bit
2639 void BTM_AddEirService( UINT32 *p_eir_uuid, UINT16 uuid16 )
2643 service_id = btm_convert_uuid_to_eir_service(uuid16);
2655 ** uuid16 - UUID 16-bit
2660 void BTM_RemoveEirService( UINT32 *p_eir_uuid, UINT16 uuid16 )
2664 service_id = btm_convert_uuid_to_eir_service(uuid16);
2861 UINT16 uuid16 = 0;
2869 STREAM_TO_UINT16 (uuid16, p_uuid);
2874 uuid16 = (UINT16) uuid32;
2892 STREAM_TO_UINT16(uuid16, p_uuid);
2901 return( uuid16);
2920 UINT16 uuid16;
2941 STREAM_TO_UINT16(uuid16, p_uuid_data);
2942 BTM_AddEirService( p_results->eir_uuid, uuid16 );
2951 uuid16 = btm_convert_uuid_to_uuid16( p_uuid_data, LEN_UUID_32 );
2953 if( uuid16 )
2954 BTM_AddEirService( p_results->eir_uuid, uuid16 );
2963 uuid16 = btm_convert_uuid_to_uuid16( p_uuid_data, LEN_UUID_128 );
2965 if( uuid16 )
2966 BTM_AddEirService( p_results->eir_uuid, uuid16 );