Searched refs:ATT_OP_WRITE_RESP (Results 1 – 4 of 4) sorted by relevance
79 #define ATT_OP_WRITE_RESP 0x13 macro151 case ATT_OP_WRITE_RESP: in attop2str()
106 return ATT_OP_WRITE_RESP; in opcode2expected()133 case ATT_OP_WRITE_RESP: in is_response()
66 #define ATT_OP_WRITE_RESP 0x13 macro
546 pdu[0] = ATT_OP_WRITE_RESP; in enc_write_resp()556 if (pdu[0] != ATT_OP_WRITE_RESP) in dec_write_resp()