Home
last modified time | relevance | path

Searched refs:SDP_DATA_TYPE (Results 1 – 3 of 3) sorted by relevance

/netbsd/lib/libbluetooth/
H A Dsdp_set.c180 || SDP_DATA_TYPE(*p) != type) in _sdp_set_ext()
H A Dsdp_get.c292 || SDP_DATA_TYPE(*p) != type) in _sdp_get_ext()
H A Dsdp.h73 #define SDP_DATA_TYPE(b) ((b) & 0xf8) macro