Searched refs:sdp (Results 1 - 25 of 70) sorted by relevance

123

/external/bluetooth/bluez/cups/
H A Dcups.h34 int sdp_search_spp(sdp_session_t *sdp, uint8_t *channel);
35 int sdp_search_hcrp(sdp_session_t *sdp, unsigned short *ctrl_psm, unsigned short *data_psm);
H A Dsdp.c35 #include <bluetooth/sdp.h>
40 int sdp_search_hcrp(sdp_session_t *sdp, unsigned short *ctrl_psm, unsigned short *data_psm) argument
47 if (!sdp)
58 err = sdp_service_search_attr_req(sdp, srch, SDP_ATTR_REQ_INDIVIDUAL, attrs, &rsp);
85 int sdp_search_spp(sdp_session_t *sdp, uint8_t *channel) argument
92 if (!sdp)
101 err = sdp_service_search_attr_req(sdp, srch, SDP_ATTR_REQ_INDIVIDUAL, attrs, &rsp);
H A Dmain.c39 #include <bluetooth/sdp.h>
702 sdp_session_t *sdp; local
806 sdp = sdp_connect(BDADDR_ANY, &bdaddr, SDP_RETRY_IF_BUSY);
807 if (!sdp) {
814 err = sdp_search_spp(sdp, &channel);
817 err = sdp_search_hcrp(sdp, &ctrl_psm, &data_psm);
821 err = sdp_search_hcrp(sdp, &ctrl_psm, &data_psm);
824 err = sdp_search_spp(sdp, &channel);
829 sdp_close(sdp);
H A Dspp.c36 #include <bluetooth/sdp.h>
/external/bluetooth/bluez/lib/
H A DAndroid.mk6 sdp.c \
/external/qemu/hw/
H A Dbt-sdp.c112 static int sdp_svc_match(struct bt_l2cap_sdp_state_s *sdp, argument
125 for (i = 0; i < sdp->services; i ++)
126 if (sdp_uuid_match(&sdp->service_list[i], *req, datalen))
127 sdp->service_list[i].match = 1;
135 static ssize_t sdp_svc_search(struct bt_l2cap_sdp_state_s *sdp, argument
143 for (i = 0; i < sdp->services; i ++)
144 sdp->service_list[i].match = 0;
155 if (sdp_svc_match(sdp, &req, &seqlen))
157 } else if (sdp_svc_match(sdp, &req, &seqlen))
181 for (i = 0; i < sdp
243 sdp_attr_get(struct bt_l2cap_sdp_state_s *sdp, uint8_t *rsp, const uint8_t *req, ssize_t len) argument
332 sdp_svc_attr_match(struct bt_l2cap_sdp_state_s *sdp, const uint8_t **req, ssize_t *len) argument
370 sdp_svc_search_attr_get(struct bt_l2cap_sdp_state_s *sdp, uint8_t *rsp, const uint8_t *req, ssize_t len) argument
488 struct bt_l2cap_sdp_state_s *sdp = opaque; local
566 struct bt_l2cap_sdp_state_s *sdp = opaque; local
749 sdp_service_db_build(struct bt_l2cap_sdp_state_s *sdp, struct sdp_def_service_s **service) argument
945 struct bt_l2cap_sdp_state_s *sdp = qemu_mallocz(sizeof(*sdp)); local
[all...]
/external/bluetooth/bluez/compat/
H A DAndroid.mk13 pand.c bnep.c sdp.c
/external/bluetooth/bluez/sap/
H A Dmanager.c29 #include <bluetooth/sdp.h>
/external/bluetooth/bluez/src/
H A Dsdp-xml.h28 #include <bluetooth/sdp.h>
H A Dsdpd.h28 #include <bluetooth/sdp.h>
H A DAndroid.mk30 sdp-xml.c \
/external/bluetooth/hcidump/
H A DAndroid.mk31 parser/sdp.c \
/external/bluetooth/bluez/attrib/
H A Dgatt.h24 #include <bluetooth/sdp.h>
H A Dutils.c31 #include <bluetooth/sdp.h>
/external/bluetooth/bluez/health/
H A Dhdp_manager.c30 #include <bluetooth/sdp.h>
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DMulticastSocketTest.java260 DatagramPacket sdp = new DatagramPacket(msg.getBytes(), msg.length(), group, groupPort);
261 mss.send(sdp, (byte) 10);
325 DatagramPacket sdp = new DatagramPacket(msg.getBytes(), msg.length(), group, serverPort);
327 mss.send(sdp);
347 sdp = new DatagramPacket(msg.getBytes(), msg.length(), group2, serverPort);
348 mss.send(sdp);
427 DatagramPacket sdp = new DatagramPacket(msg.getBytes(), msg.length(), group, serverPort);
429 mss.send(sdp);
482 DatagramPacket sdp = new DatagramPacket(msg.getBytes(), msg.length(), group, groupPort);
483 mss.send(sdp, (byt
[all...]
/external/tcpdump/
H A Dprint-atalk.c98 register const struct atShortDDP *sdp; local
121 sdp = (const struct atShortDDP *)bp;
123 ataddr_string(0, lp->src), ddpskt_string(sdp->srcSkt));
125 ataddr_string(0, lp->dst), ddpskt_string(sdp->dstSkt));
129 ddp_print(bp, length, sdp->type, 0, lp->src, sdp->srcSkt);
/external/bluetooth/bluez/test/
H A Dsdptest.c38 #include <bluetooth/sdp.h>
H A Drctest.c46 #include <bluetooth/sdp.h>
96 sdp_session_t *sdp; local
106 sdp = sdp_connect(&bdaddr, &dst, SDP_RETRY_IF_BUSY);
107 if (!sdp)
116 err = sdp_service_search_attr_req(sdp, srch,
133 sdp_close(sdp);
/external/bluetooth/bluez/audio/
H A Dmain.c34 #include <bluetooth/sdp.h>
/external/bluetooth/bluez/serial/
H A Dmanager.c45 #include <bluetooth/sdp.h>
/external/bluetooth/bluez/input/
H A Dmanager.c32 #include <bluetooth/sdp.h>
H A Dserver.c32 #include <bluetooth/sdp.h>
/external/bluetooth/bluez/network/
H A Dmanager.c30 #include <bluetooth/sdp.h>
/external/bluetooth/bluez/plugins/
H A Ddbusoob.c35 #include <bluetooth/sdp.h>

Completed in 394 milliseconds

123