HomeSort by relevance Sort by last modified time
    Searched refs:attrid (Results 1 - 7 of 7) 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/ppp/pppd/plugins/radius/
avpair.c 34 VALUE_PAIR *rc_avpair_add (VALUE_PAIR **list, int attrid, void *pval, int len,
39 vp = rc_avpair_new (attrid, pval, len, vendorcode);
110 VALUE_PAIR *rc_avpair_new (int attrid, void *pval, int len, int vendorcode)
115 if ((pda = rc_dict_getattr (attrid, vendorcode)) == (DICT_ATTR *) NULL)
117 error("rc_avpair_new: unknown attribute %d", attrid);
125 vp->attribute = attrid;
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
typeinfogettypename03.js 97 var attrid;
109 attrid = acElem.getAttributeNode("id");
110 attrTypeInfo = attrid.schemaTypeInfo;
  /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...]
  /external/qemu/hw/
bt-sdp.c 772 #define ATTRIBUTE(attrid, val) { .id = glue(SDP_ATTR_, attrid), .data = val },
  /external/bluetooth/bluez/lib/
sdp.c 592 d->attrId = attr;
950 d->attrId = attr;
963 return d1->attrId - d2->attrId;
1389 SDPDBG("ATTRIBUTE IDENTIFIER : 0x%x\n", d->attrId);
    [all...]

Completed in 222 milliseconds