Searched refs:SDP_ATTR_RANGE (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.sbin/bluetooth/bthidcontrol/ |
H A D | sdp.c | 61 #define SDP_ATTR_DEVICE_ID_RANGE SDP_ATTR_RANGE( \ 69 SDP_ATTR_RANGE( SDP_ATTR_PROTOCOL_DESCRIPTOR_LIST, 71 SDP_ATTR_RANGE (SDP_ATTR_ADDITIONAL_PROTOCOL_DESCRIPTOR_LISTS, 73 SDP_ATTR_RANGE( 0x0205, /* HIDReconnectInitiate */ 75 SDP_ATTR_RANGE( 0x0206, /* HIDDescriptorList */ 77 SDP_ATTR_RANGE( 0x0209, /* HIDBatteryPower */ 79 SDP_ATTR_RANGE( 0x020d, /* HIDNormallyConnectable */
|
/freebsd/usr.sbin/bluetooth/sdpcontrol/ |
H A D | search.c | 46 SDP_ATTR_RANGE( SDP_ATTR_SERVICE_RECORD_HANDLE, 48 SDP_ATTR_RANGE( SDP_ATTR_SERVICE_CLASS_ID_LIST, 50 SDP_ATTR_RANGE( SDP_ATTR_PROTOCOL_DESCRIPTOR_LIST, 52 SDP_ATTR_RANGE( SDP_ATTR_BLUETOOTH_PROFILE_DESCRIPTOR_LIST,
|
/freebsd/usr.bin/bluetooth/rfcomm_sppd/ |
H A D | rfcomm_sdp.c | 69 uint32_t attr = SDP_ATTR_RANGE( in rfcomm_channel_lookup()
|
/freebsd/usr.sbin/bluetooth/btpand/ |
H A D | client.c | 181 range = SDP_ATTR_RANGE(SDP_ATTR_PROTOCOL_DESCRIPTOR_LIST, in client_query()
|
/freebsd/lib/libsdp/ |
H A D | sdp.h | 196 #define SDP_ATTR_RANGE(lo, hi) \ macro
|