Searched refs:ATT_OP_WRITE_REQ (Results 1 – 5 of 5) sorted by relevance
/external/bluetooth/hcidump/parser/ |
D | att.c | 78 #define ATT_OP_WRITE_REQ 0x12 macro 149 case ATT_OP_WRITE_REQ: in attop2str() 612 case ATT_OP_WRITE_REQ: in att_dump()
|
/external/bluetooth/bluez/src/ |
D | attrib-server.c | 186 case ATT_OP_WRITE_REQ: in att_check_reqs() 733 return enc_error_resp(ATT_OP_WRITE_REQ, handle, in write_value() 738 status = att_check_reqs(channel, ATT_OP_WRITE_REQ, a->write_reqs); in write_value() 740 return enc_error_resp(ATT_OP_WRITE_REQ, handle, status, pdu, in write_value() 752 return enc_error_resp(ATT_OP_WRITE_REQ, handle, status, in write_value() 869 case ATT_OP_WRITE_REQ: in channel_handler()
|
/external/bluetooth/bluez/attrib/ |
D | att.h | 65 #define ATT_OP_WRITE_REQ 0x12 macro
|
D | att.c | 505 pdu[0] = ATT_OP_WRITE_REQ; in enc_write_req() 530 if (pdu[0] != ATT_OP_WRITE_REQ) in dec_write_req()
|
D | gattrib.c | 105 case ATT_OP_WRITE_REQ: in opcode2expected()
|