Lines Matching full:reason
505 UINT16 handle, UINT8 reason)
507 tGATT_STATUS status = (tGATT_STATUS) reason;
509 GATT_TRACE_DEBUG2("gatt_proc_disc_error_rsp reason: %02x cmd_code %04x", reason, opcode);
517 if (reason == GATT_NOT_FOUND)
544 UINT8 opcode, reason, * p= p_data;
551 STREAM_TO_UINT8(reason, p);
555 gatt_proc_disc_error_rsp(p_tcb, p_clcb, opcode, handle, reason);
565 p_clcb->status = reason;
573 (reason == GATT_NOT_LONG))
578 gatt_end_operation(p_clcb, reason, NULL);