Lines Matching full:uint16
71 BOOLEAN SDP_InitDiscoveryDb (tSDP_DISCOVERY_DB *p_db, UINT32 len, UINT16 num_uuid,
72 tSDP_UUID *p_uuid_list, UINT16 num_attr, UINT16 *p_attr_list)
75 UINT16 xx;
245 void SDP_SetIdleTimeout (BD_ADDR addr, UINT16 timeout)
262 tSDP_DISC_REC *SDP_FindAttributeInDb (tSDP_DISCOVERY_DB *p_db, UINT16 attr_id,
307 tSDP_DISC_ATTR *SDP_FindAttributeInRec (tSDP_DISC_REC *p_rec, UINT16 attr_id)
475 tSDP_DISC_REC *SDP_FindServiceInDb (tSDP_DISCOVERY_DB *p_db, UINT16 service_uuid, tSDP_DISC_REC *p_start_rec)
728 static BOOLEAN sdp_fill_proto_elem( tSDP_DISC_ATTR *p_attr, UINT16 layer_uuid,
788 BOOLEAN SDP_FindProtocolListElemInRec (tSDP_DISC_REC *p_rec, UINT16 layer_uuid, tSDP_PROTOCOL_ELEM *p_elem)
821 BOOLEAN SDP_FindAddProtoListsElemInRec (tSDP_DISC_REC *p_rec, UINT16 layer_uuid, tSDP_PROTOCOL_ELEM *p_elem)
867 BOOLEAN SDP_FindProfileVersionInRec (tSDP_DISC_REC *p_rec, UINT16 profile_uuid, UINT16 *p_version)
934 UINT16 SDP_DiDiscover( BD_ADDR remote_device, tSDP_DISCOVERY_DB *p_db,
938 UINT16 result = SDP_DI_DISC_FAILED;
939 UINT16 num_uuids = 1;
940 UINT16 di_uuid = UUID_SERVCLASS_PNP_INFORMATION;
996 UINT16 SDP_GetDiRecord( UINT8 get_record_index, tSDP_DI_GET_RECORD *p_device_info,
1000 UINT16 result = SDP_NO_DI_RECORD_FOUND;
1107 UINT16 SDP_SetLocalDiRecord( tSDP_DI_RECORD *p_device_info, UINT32 *p_handle )
1110 UINT16 result = SDP_SUCCESS;
1112 UINT16 di_uuid = UUID_SERVCLASS_PNP_INFORMATION;
1113 UINT16 di_specid = BLUETOOTH_DI_SPECIFICATION;
1261 UINT16 SDP_GetLocalDiRecord(tSDP_DI_GET_RECORD *p_device_info, UINT32 *p_handle )
1263 UINT16 result = SDP_NO_DI_RECORD_FOUND;