/src/lib/libbluetooth/ |
sdp-int.h | 53 bool sdp_service_search_attribute(sdp_session_t, const sdp_data_t *,
|
Makefile | 58 MLINKS+= sdp.3 sdp_service_search_attribute.3
|
sdp_compat.c | 209 rv = sdp_service_search_attribute(sc->ss, &ssp, &ail, &rsp);
|
sdp_service.c | 338 sdp_service_search_attribute(struct sdp_session *ss, const sdp_data_t *ssp, function in typeref:typename:bool
|
sdp.h | 383 bool sdp_service_search_attribute(sdp_session_t, const sdp_data_t *, const sdp_data_t *, sdp_data_t *);
|
/src/usr.bin/sdpquery/ |
command.c | 163 rv = sdp_service_search_attribute(ss, &ssp, NULL, &rsp); 165 err(EXIT_FAILURE, "sdp_service_search_attribute");
|
/src/usr.sbin/btpand/ |
client.c | 219 rv = sdp_service_search_attribute(ss, &ssp, &ail, &rsp);
|
/src/usr.sbin/btdevctl/ |
sdp.c | 148 return sdp_service_search_attribute(ss, &ssp, NULL, rsp);
|
/src/usr.bin/rfcomm_sppd/ |
rfcomm_sppd.c | 597 rv = sdp_service_search_attribute(ss, &ssp, &ail, &rsp);
|
/src/usr.sbin/bta2dpd/bta2dpd/ |
bta2dpd.c | 1126 rv = sdp_service_search_attribute(myss, &ssp, &ail, &rsp);
|