HomeSort by relevance Sort by last modified time
    Searched refs:sdp_session_t (Results 1 - 11 of 11) sorted by null

  /external/bluetooth/bluez/cups/
cups.h 34 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);
sdp.c 40 int sdp_search_hcrp(sdp_session_t *sdp, unsigned short *ctrl_psm, unsigned short *data_psm)
85 int sdp_search_spp(sdp_session_t *sdp, uint8_t *channel)
main.c 615 sdp_session_t *sdp;
  /external/bluetooth/bluez/lib/bluetooth/
sdp_lib.h 95 } sdp_session_t; typedef in typeref:struct:__anon1760
131 sdp_session_t *sdp_connect(const bdaddr_t *src, const bdaddr_t *dst, uint32_t flags);
132 int sdp_close(sdp_session_t *session);
133 int sdp_get_socket(const sdp_session_t *session);
138 sdp_session_t *sdp_create(int sk, uint32_t flags);
139 int sdp_get_error(sdp_session_t *session);
140 int sdp_process(sdp_session_t *session);
141 int sdp_set_notify(sdp_session_t *session, sdp_callback_t *func, void *udata);
143 int sdp_service_search_async(sdp_session_t *session, const sdp_list_t *search, uint16_t max_rec_num);
144 int sdp_service_attr_async(sdp_session_t *session, uint32_t handle, sdp_attrreq_type_t reqtype, const sdp_list_t *attrid_list)
    [all...]
  /external/bluetooth/bluez/test/
sdptest.c 62 sdp_session_t *session;
rctest.c 96 sdp_session_t *sdp;
  /external/bluetooth/bluez/tools/
sdptool.c 755 static int set_attrib(sdp_session_t *sess, uint32_t handle, uint16_t attrib, char *value)
825 sdp_session_t *sess;
862 static int set_attribseq(sdp_session_t *session, uint32_t handle, uint16_t attrib, int argc, char **argv)
964 sdp_session_t *sess;
1158 static int add_sp(sdp_session_t *session, svc_info_t *si)
    [all...]
ciptool.c 93 sdp_session_t *s;
  /external/bluetooth/bluez/src/
glib-helper.c 48 /* Number of seconds to keep a sdp_session_t in the cache */
54 sdp_session_t *session;
80 static sdp_session_t *get_sdp_session(const bdaddr_t *src, const bdaddr_t *dst)
86 sdp_session_t *session;
105 sdp_session_t *session)
145 sdp_session_t *session;
308 sdp_session_t *s;
  /external/bluetooth/bluez/lib/
sdp.c     [all...]
  /external/bluetooth/bluez/compat/
sdp.c 48 static sdp_session_t *session = NULL;
190 sdp_session_t *s;
304 sdp_session_t *s;
522 sdp_session_t *s;
665 sdp_session_t *s;

Completed in 246 milliseconds