Loading system/stack/gatt/gatt_sr.cc +1 −1 Original line number Diff line number Diff line Loading @@ -335,7 +335,7 @@ void gatt_process_exec_write_req(tGATT_TCB& tcb, uint8_t op_code, uint16_t len, } else /* nothing needs to be executed , send response now */ { LOG(ERROR) << "gatt_process_exec_write_req: no prepare write pending"; gatt_send_error_rsp(tcb, GATT_INVALID_OFFSET, GATT_REQ_EXEC_WRITE, 0, false); gatt_send_error_rsp(tcb, GATT_ERROR, GATT_REQ_EXEC_WRITE, 0, false); } } Loading Loading
system/stack/gatt/gatt_sr.cc +1 −1 Original line number Diff line number Diff line Loading @@ -335,7 +335,7 @@ void gatt_process_exec_write_req(tGATT_TCB& tcb, uint8_t op_code, uint16_t len, } else /* nothing needs to be executed , send response now */ { LOG(ERROR) << "gatt_process_exec_write_req: no prepare write pending"; gatt_send_error_rsp(tcb, GATT_INVALID_OFFSET, GATT_REQ_EXEC_WRITE, 0, false); gatt_send_error_rsp(tcb, GATT_ERROR, GATT_REQ_EXEC_WRITE, 0, false); } } Loading