HomeSort by relevance Sort by last modified time
    Searched defs:attrid (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluez/compat/
sdp.c 191 sdp_list_t *search, *attrid, *pnp_rsp, *hid_rsp; local
203 attrid = sdp_list_append(NULL, &range);
206 SDP_ATTR_REQ_RANGE, attrid, &pnp_rsp);
209 sdp_list_free(attrid, NULL);
213 attrid = sdp_list_append(NULL, &range);
216 SDP_ATTR_REQ_RANGE, attrid, &hid_rsp);
219 sdp_list_free(attrid, NULL);
306 sdp_list_t *search, *attrid, *rsp; local
316 attrid = sdp_list_append(NULL, &attr1);
317 attrid = sdp_list_append(attrid, &attr2)
    [all...]
  /external/bluetooth/bluez/src/
sdpd-request.c 101 struct attrid { struct
178 struct attrid *aid;
179 aid = malloc(sizeof(struct attrid));
201 struct attrid *aid;
202 aid = malloc(sizeof(struct attrid));
569 struct attrid *aid = seq->data;
  /external/bluetooth/bluez/tools/
sdptool.c 517 uint16_t attrId;
526 attrId = sdpdata->attrId;
529 if (attrib_names[i].num == attrId) {
539 if (svc_attribs[i].num == attrId) {
546 printf("Attribute Identifier : 0x%x - %s\n", attrId, attrDef->name);
548 printf("Attribute Identifier : 0x%x\n", attrId);
730 if (attrib_names[i].num == data->attrId) {
736 printf("\tAttribute 0x%04x - %s\n", data->attrId, def->name);
738 printf("\tAttribute 0x%04x\n", data->attrId);
3762 sdp_list_t *attrid, *search, *seq, *next; local
4014 sdp_list_t *attrid; local
    [all...]

Completed in 22 milliseconds