Lines Matching full:uint16
72 BOOLEAN SDP_InitDiscoveryDb (tSDP_DISCOVERY_DB *p_db, UINT32 len, UINT16 num_uuid,
73 tSDP_UUID *p_uuid_list, UINT16 num_attr, UINT16 *p_attr_list)
76 UINT16 xx;
246 void SDP_SetIdleTimeout (BD_ADDR addr, UINT16 timeout)
265 tSDP_DISC_REC *SDP_FindAttributeInDb (tSDP_DISCOVERY_DB *p_db, UINT16 attr_id,
310 tSDP_DISC_ATTR *SDP_FindAttributeInRec (tSDP_DISC_REC *p_rec, UINT16 attr_id)
488 tSDP_DISC_REC *SDP_FindServiceInDb (tSDP_DISCOVERY_DB *p_db, UINT16 service_uuid, tSDP_DISC_REC *p_start_rec)
736 static BOOLEAN sdp_fill_proto_elem( tSDP_DISC_ATTR *p_attr, UINT16 layer_uuid,
796 BOOLEAN SDP_FindProtocolListElemInRec (tSDP_DISC_REC *p_rec, UINT16 layer_uuid, tSDP_PROTOCOL_ELEM *p_elem)
829 BOOLEAN SDP_FindAddProtoListsElemInRec (tSDP_DISC_REC *p_rec, UINT16 layer_uuid, tSDP_PROTOCOL_ELEM *p_elem)
875 BOOLEAN SDP_FindProfileVersionInRec (tSDP_DISC_REC *p_rec, UINT16 profile_uuid, UINT16 *p_version)
942 UINT16 SDP_DiDiscover( BD_ADDR remote_device, tSDP_DISCOVERY_DB *p_db,
946 UINT16 result = SDP_DI_DISC_FAILED;
947 UINT16 num_uuids = 1;
948 UINT16 di_uuid = UUID_SERVCLASS_PNP_INFORMATION;
1003 static void SDP_AttrStringCopy(char *dst, tSDP_DISC_ATTR *p_attr, UINT16 dst_size)
1008 UINT16 len = SDP_DISC_ATTR_LEN(p_attr->attr_len_type);
1032 UINT16 SDP_GetDiRecord( UINT8 get_record_index, tSDP_DI_GET_RECORD *p_device_info,
1036 UINT16 result = SDP_NO_DI_RECORD_FOUND;
1132 UINT16 SDP_SetLocalDiRecord( tSDP_DI_RECORD *p_device_info, UINT32 *p_handle )
1135 UINT16 result = SDP_SUCCESS;
1137 UINT16 di_uuid = UUID_SERVCLASS_PNP_INFORMATION;
1138 UINT16 di_specid = BLUETOOTH_DI_SPECIFICATION;
1286 UINT16 SDP_GetLocalDiRecord(tSDP_DI_GET_RECORD *p_device_info, UINT32 *p_handle )
1288 UINT16 result = SDP_NO_DI_RECORD_FOUND;