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

  /external/bluetooth/hcidump/parser/
att.c 78 #define ATT_OP_WRITE_REQ 0x12
149 case ATT_OP_WRITE_REQ:
612 case ATT_OP_WRITE_REQ:
  /external/bluetooth/bluez/src/
attrib-server.c 186 case ATT_OP_WRITE_REQ:
733 return enc_error_resp(ATT_OP_WRITE_REQ, handle,
738 status = att_check_reqs(channel, ATT_OP_WRITE_REQ, a->write_reqs);
740 return enc_error_resp(ATT_OP_WRITE_REQ, handle, status, pdu,
752 return enc_error_resp(ATT_OP_WRITE_REQ, handle, status,
869 case ATT_OP_WRITE_REQ:
  /external/bluetooth/bluez/attrib/
att.h 65 #define ATT_OP_WRITE_REQ 0x12
att.c 505 pdu[0] = ATT_OP_WRITE_REQ;
530 if (pdu[0] != ATT_OP_WRITE_REQ)
gattrib.c 105 case ATT_OP_WRITE_REQ:

Completed in 43 milliseconds