HomeSort by relevance Sort by last modified time
    Searched refs:sdp_list_t (Results 1 - 25 of 36) sorted by null

1 2

  /external/bluetooth/bluez/lib/bluetooth/
sdp_lib.h 45 sdp_list_t *sdp_list_append(sdp_list_t *list, void *d);
46 sdp_list_t *sdp_list_remove(sdp_list_t *list, void *d);
47 sdp_list_t *sdp_list_insert_sorted(sdp_list_t *list, void *data, sdp_comp_func_t f);
48 void sdp_list_free(sdp_list_t *list, sdp_free_func_t f);
50 static inline int sdp_list_len(const sdp_list_t *list)
58 static inline sdp_list_t *sdp_list_find(sdp_list_t *list, void *u, sdp_comp_func_t f
    [all...]
sdp.h 437 typedef struct _sdp_list sdp_list_t; typedef in typeref:struct:_sdp_list
439 sdp_list_t *next;
485 sdp_list_t *pattern;
486 sdp_list_t *attrlist;
  /external/bluetooth/bluez/src/
sdpd-database.c 46 static sdp_list_t *service_db;
47 static sdp_list_t *access_db;
104 static sdp_list_t *socket_index;
111 sdp_list_t *p, *q;
116 sdp_list_t *next = p->next;
137 sdp_list_t *p, *q;
200 static sdp_list_t *record_locate(uint32_t handle)
203 sdp_list_t *p;
215 static sdp_list_t *access_locate(uint32_t handle)
218 sdp_list_t *p
    [all...]
glib-helper.h 24 typedef void (*bt_callback_t) (sdp_list_t *recs, int err, gpointer user_data);
sdpd.h 67 sdp_list_t *sdp_get_record_list(void);
68 sdp_list_t *sdp_get_access_list(void);
sdpd-request.c 115 static int extract_des(uint8_t *buf, int len, sdp_list_t **svcReqSeq, uint8_t *pDataType, uint8_t expectedType)
121 sdp_list_t *pSeq = NULL;
319 static int sdp_match_uuid(sdp_list_t *search, sdp_list_t *pattern)
333 sdp_list_t *list;
355 sdp_list_t *pattern = NULL;
425 sdp_list_t *list = sdp_get_record_list();
552 static int extract_attrs(sdp_record_t *rec, sdp_list_t *seq, sdp_buf_t *buf)
628 sdp_list_t *seq = NULL;
782 sdp_list_t *pattern = NULL, *seq = NULL, *svcList
    [all...]
sdpd-service.c 98 sdp_list_t *browselist;
127 sdp_list_t *classIDList;
180 sdp_list_t *class_list, *group_list, *profile_list;
237 sdp_list_t *pattern;
storage.h 63 sdp_list_t *read_records(const bdaddr_t *src, const bdaddr_t *dst);
64 sdp_record_t *find_record_in_list(sdp_list_t *recs, const char *uuid);
storage.c 874 sdp_list_t *recs;
895 sdp_list_t *records, *seq;
912 sdp_list_t *read_records(const bdaddr_t *src, const bdaddr_t *dst)
930 sdp_record_t *find_record_in_list(sdp_list_t *recs, const char *uuid)
932 sdp_list_t *seq;
936 sdp_list_t *svcclass = NULL;
1028 sdp_list_t *recs;
device.c 101 sdp_list_t *records;
130 sdp_list_t *tmp_records;
636 sdp_list_t *recs)
640 sdp_list_t *seq;
791 sdp_list_t *ap = 0;
793 sdp_list_t *pds = 0;
1124 sdp_list_t *pat;
1252 sdp_list_t *records;
1328 static void update_services(struct browse_req *req, sdp_list_t *recs)
1332 sdp_list_t *seq
    [all...]
glib-helper.c 139 sdp_list_t *recs = NULL;
222 sdp_list_t *search, *attrids;
  /external/bluetooth/bluez/cups/
sdp.c 42 sdp_list_t *srch, *attrs, *rsp;
64 sdp_list_t *protos;
87 sdp_list_t *srch, *attrs, *rsp;
107 sdp_list_t *protos;
  /external/bluetooth/bluez/health/
hdp_util.c 329 sdp_list_t *svc_list = NULL;
359 sdp_list_t *l2cap_list, *proto_list = NULL, *mcap_list = NULL;
360 sdp_list_t *access_proto_list = NULL;
446 sdp_list_t *profile_list;
473 sdp_list_t *l2cap_list, *proto_list = NULL, *mcap_list = NULL;
474 sdp_list_t *access_proto_list = NULL;
542 static sdp_list_t *app_to_sdplist(struct hdp_application *app)
548 sdp_list_t *f_list = NULL;
600 sdp_list_t **sup_features)
602 sdp_list_t *hdp_feature
    [all...]
  /external/bluetooth/bluez/tools/
sdptool.c 757 sdp_list_t *attrid_list;
864 sdp_list_t *attrid_list;
1078 sdp_list_t *protDescSeq = (sdp_list_t *)value;
1100 sdp_list_t *list = 0, *proto = 0;
1147 sdp_list_t *langs = 0;
1160 sdp_list_t *svclass_id, *apseq, *proto[2], *profiles, *root, *aproto;
    [all...]
ciptool.c 94 sdp_list_t *srch, *attrs, *rsp;
117 sdp_list_t *protos;
  /external/bluetooth/bluez/lib/
sdp.c 1398 void sdp_print_service_attr(sdp_list_t *svcAttrList)
    [all...]
  /external/bluetooth/bluez/test/
sdptest.c 63 sdp_list_t *search, *attrids;
  /external/bluetooth/bluez/compat/
sdp.c 53 sdp_list_t *langs = 0;
191 sdp_list_t *search, *attrid, *pnp_rsp, *hid_rsp;
306 sdp_list_t *search, *attrid, *rsp;
353 sdp_list_t *protos;
382 sdp_list_t *svclass, *pfseq, *apseq, *root, *aproto;
385 sdp_list_t *proto[2];
522 sdp_list_t *srch, *rsp = NULL;
571 sdp_list_t *svclass, *pfseq, *apseq, *root, *aproto;
574 sdp_list_t *proto[2];
667 sdp_list_t *srch, *attrs, *rsp
    [all...]
  /external/bluetooth/bluez/serial/
manager.c 75 sdp_list_t *protos;
  /external/bluetooth/bluez/attrib/
gatt.c 579 static sdp_data_t *proto_seq_find(sdp_list_t *proto_list)
581 sdp_list_t *list;
587 sdp_list_t *p;
599 static gboolean parse_proto_params(sdp_list_t *proto_list, uint16_t *psm,
629 sdp_list_t *list;
  /external/bluetooth/bluez/input/
manager.c 88 sdp_list_t *protos;
  /external/bluetooth/bluez/audio/
manager.c 236 sdp_list_t *svclass_id, *pfseq, *apseq, *root;
241 sdp_list_t *aproto, *proto[2];
292 sdp_list_t *svclass_id, *pfseq, *apseq, *root;
297 sdp_list_t *aproto, *proto[2];
348 sdp_list_t *svclass_id, *pfseq, *apseq, *root;
352 sdp_list_t *aproto, *proto[2];
control.c 207 sdp_list_t *svclass_id, *pfseq, *apseq, *root;
210 sdp_list_t *aproto, *proto[2];
271 sdp_list_t *svclass_id, *pfseq, *apseq, *root;
274 sdp_list_t *aproto, *proto[2];
gateway.c 266 static void get_record_cb(sdp_list_t *recs, int err, gpointer user_data)
271 sdp_list_t *protos, *classes;
  /external/bluetooth/bluez/plugins/
pnat.c 363 sdp_list_t *svclass_id, *pfseq, *apseq, *root, *aproto;
366 sdp_list_t *proto[2];

Completed in 160 milliseconds

1 2