Searched refs:GATT_SIGN_CMD_WRITE (Results 1 – 8 of 8) sorted by relevance
57 if (op_code == GATT_CMD_WRITE || op_code == GATT_SIGN_CMD_WRITE || in gatt_sr_enqueue_cmd()889 case GATT_SIGN_CMD_WRITE: in gatts_process_write_req()890 if (op_code == GATT_SIGN_CMD_WRITE) { in gatts_process_write_req()1049 case GATT_SIGN_CMD_WRITE: in gatts_process_attribute_req()1067 op_code != GATT_SIGN_CMD_WRITE) in gatts_process_attribute_req()1194 if (op_code != GATT_CMD_WRITE && op_code != GATT_SIGN_CMD_WRITE && in gatt_server_handle_client_req()1220 case GATT_SIGN_CMD_WRITE: in gatt_server_handle_client_req()
549 if ((op_code == GATT_SIGN_CMD_WRITE) && !(perm & GATT_WRITE_SIGNED_PERM)) { in gatts_write_attr_perm_check()553 if ((op_code == GATT_SIGN_CMD_WRITE) && in gatts_write_attr_perm_check()582 else if (perm & GATT_WRITE_SIGNED_PERM && op_code != GATT_SIGN_CMD_WRITE && in gatts_write_attr_perm_check()
60 UINT8_TO_STREAM(p, GATT_SIGN_CMD_WRITE); in gatt_sign_data()
502 case GATT_SIGN_CMD_WRITE: in attp_send_cl_msg()
219 uint8_t op_code = (sec_act == GATT_SEC_SIGN_DATA) ? GATT_SIGN_CMD_WRITE in gatt_act_write()1043 if (cmd.op_code == GATT_CMD_WRITE || cmd.op_code == GATT_SIGN_CMD_WRITE) { in gatt_cl_send_next_cmd_inq()
870 if (op_code == GATT_SIGN_CMD_WRITE) { in gatt_data_process()
1305 if (op_code == GATT_SIGN_CMD_WRITE) { in gatt_dbg_op_name()
109 #define GATT_SIGN_CMD_WRITE 0xD2 macro