Lines Matching refs:reason
518 UINT16 handle, UINT8 reason)
520 tGATT_STATUS status = (tGATT_STATUS) reason;
525 GATT_TRACE_DEBUG("gatt_proc_disc_error_rsp reason: %02x cmd_code %04x", reason, opcode);
533 if (reason == GATT_NOT_FOUND)
560 UINT8 opcode, reason, * p= p_data;
570 STREAM_TO_UINT8(reason, p);
574 gatt_proc_disc_error_rsp(p_tcb, p_clcb, opcode, handle, reason);
584 p_clcb->status = reason;
592 (reason == GATT_NOT_LONG))
597 gatt_end_operation(p_clcb, reason, NULL);