HomeSort by relevance Sort by last modified time
    Searched refs:sdp_list_t (Results 1 - 25 of 33) 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 435 typedef struct _sdp_list sdp_list_t; typedef in typeref:struct:_sdp_list
437 sdp_list_t *next;
483 sdp_list_t *pattern;
484 sdp_list_t *attrlist;
  /external/bluetooth/bluez/src/
sdpd-database.c 45 static sdp_list_t *service_db;
46 static sdp_list_t *access_db;
103 static sdp_list_t *socket_index;
110 sdp_list_t *p, *q;
115 sdp_list_t *next = p->next;
136 sdp_list_t *p, *q;
191 static sdp_list_t *record_locate(uint32_t handle)
194 sdp_list_t *p;
206 static sdp_list_t *access_locate(uint32_t handle)
209 sdp_list_t *p
    [all...]
sdpd.h 81 sdp_list_t *sdp_get_record_list(void);
82 sdp_list_t *sdp_get_access_list(void);
98 int8_t tx_power, sdp_list_t *services,
glib-helper.h 26 typedef void (*bt_callback_t) (sdp_list_t *recs, int err, gpointer user_data);
storage.h 68 sdp_list_t *read_records(const bdaddr_t *src, const bdaddr_t *dst);
69 sdp_record_t *find_record_in_list(sdp_list_t *recs, const char *uuid);
sdpd-request.c 105 static int extract_des(uint8_t *buf, int len, sdp_list_t **svcReqSeq, uint8_t *pDataType, uint8_t expectedType)
111 sdp_list_t *pSeq = NULL;
310 static int sdp_match_uuid(sdp_list_t *search, sdp_list_t *pattern)
324 sdp_list_t *list;
346 sdp_list_t *pattern = NULL;
416 sdp_list_t *list = sdp_get_record_list();
543 static int extract_attrs(sdp_record_t *rec, sdp_list_t *seq, sdp_buf_t *buf)
623 sdp_list_t *seq = NULL;
768 sdp_list_t *pattern = NULL, *seq = NULL, *svcList
    [all...]
sdpd-service.c 102 sdp_list_t *list = adapter_get_services(adapter);
178 int8_t tx_power, sdp_list_t *services,
181 sdp_list_t *list = services;
264 sdp_list_t *browselist;
293 sdp_list_t *classIDList;
347 sdp_list_t *class_list, *group_list, *profile_list;
407 sdp_list_t *pattern;
storage.c 955 sdp_list_t *recs;
976 sdp_list_t *records, *seq;
993 sdp_list_t *read_records(const bdaddr_t *src, const bdaddr_t *dst)
1011 sdp_record_t *find_record_in_list(sdp_list_t *recs, const char *uuid)
1013 sdp_list_t *seq;
1017 sdp_list_t *svcclass = NULL;
1109 sdp_list_t *recs;
device.c 102 sdp_list_t *records;
136 sdp_list_t *tmp_records;
699 sdp_list_t *recs)
703 sdp_list_t *seq;
863 sdp_list_t *ap = 0;
865 sdp_list_t *pds = 0;
1216 sdp_list_t *pat;
1348 sdp_list_t *records;
    [all...]
adapter.h 127 sdp_list_t *adapter_get_services(struct btd_adapter *adapter);
  /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/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 1428 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;
305 sdp_list_t *search, *attrid, *rsp;
352 sdp_list_t *protos;
381 sdp_list_t *svclass, *pfseq, *apseq, *root, *aproto;
384 sdp_list_t *proto[2];
521 sdp_list_t *srch, *rsp = NULL;
570 sdp_list_t *svclass, *pfseq, *apseq, *root, *aproto;
573 sdp_list_t *proto[2];
666 sdp_list_t *srch, *attrs, *rsp
    [all...]
  /external/bluetooth/bluez/serial/
manager.c 77 sdp_list_t *protos;
port.c 380 static void get_record_cb(sdp_list_t *recs, int err, gpointer user_data)
385 sdp_list_t *protos;
  /external/bluetooth/bluez/input/
manager.c 88 sdp_list_t *protos;
  /external/bluetooth/bluez/audio/
manager.c 232 sdp_list_t *svclass_id, *pfseq, *apseq, *root;
237 sdp_list_t *aproto, *proto[2];
288 sdp_list_t *svclass_id, *pfseq, *apseq, *root;
293 sdp_list_t *aproto, *proto[2];
344 sdp_list_t *svclass_id, *pfseq, *apseq, *root;
348 sdp_list_t *aproto, *proto[2];
control.c 210 sdp_list_t *svclass_id, *pfseq, *apseq, *root;
213 sdp_list_t *aproto, *proto[2];
274 sdp_list_t *svclass_id, *pfseq, *apseq, *root;
277 sdp_list_t *aproto, *proto[2];
gateway.c 269 static void get_record_cb(sdp_list_t *recs, int err, gpointer user_data)
274 sdp_list_t *protos, *classes;
  /external/bluetooth/bluez/network/
server.c 122 sdp_list_t *langs = 0;
135 sdp_list_t *svclass, *pfseq, *apseq, *root, *aproto;
138 sdp_list_t *proto[2];
  /external/bluetooth/bluez/plugins/
pnat.c 359 sdp_list_t *svclass_id, *pfseq, *apseq, *root, *aproto;
362 sdp_list_t *proto[2];

Completed in 352 milliseconds

1 2