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

  /external/bluetooth/bluez/src/
sdpd-service.c 476 uint16_t attrId, lookAheadAttrId;
535 attrId = ntohs(bt_get_unaligned((uint16_t *) (p + attrSize)));
538 SDPDBG("DTD of attrId : %d Attr id : 0x%x", dtd, attrId);
543 SDPDBG("Attr id : 0x%x attrValueLength : %d", attrId, attrValueLength);
553 sdp_attr_replace(rec, attrId, pAttr);
sdp-xml.c 384 value->attrId);
device.c 889 uint16_t attrId;
893 DBUS_TYPE_UINT16, &attrId,
906 attr_data = sdp_data_get(rec, attrId);
    [all...]
  /external/bluetooth/bluez/lib/
sdp.c 618 d->attrId = attr;
977 d->attrId = attr;
990 return d1->attrId - d2->attrId;
1419 SDPDBG("ATTRIBUTE IDENTIFIER : 0x%x\n", d->attrId);
    [all...]
  /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);
3691 sdp_list_t *attrid, *search, *seq, *next; local
3943 sdp_list_t *attrid; local
    [all...]
  /external/bluetooth/bluez/lib/bluetooth/
sdp.h 493 uint16_t attrId;
  /external/icu4c/test/intltest/
numfmtst.cpp     [all...]

Completed in 293 milliseconds