Searched refs:hci_cmd (Results 1 – 2 of 2) sorted by relevance
/system/bt/common/ |
D | metrics.h | 304 uint16_t link_type, uint32_t hci_cmd, 314 void LogHciTimeoutEvent(uint32_t hci_cmd); 426 void LogClassicPairingEvent(const RawAddress& address, uint16_t handle, uint32_t hci_cmd, uint16_t …
|
D | metrics.cc | 575 uint16_t link_type, uint32_t hci_cmd, in LogLinkLayerConnectionEvent() argument 588 connection_handle, direction, link_type, hci_cmd, hci_event, in LogLinkLayerConnectionEvent() 593 << loghex(hci_cmd) << ", event " << loghex(hci_event) in LogLinkLayerConnectionEvent() 600 void LogHciTimeoutEvent(uint32_t hci_cmd) { in LogHciTimeoutEvent() argument 603 static_cast<int64_t>(hci_cmd)); in LogHciTimeoutEvent() 605 LOG(WARNING) << __func__ << ": failed for opcode " << loghex(hci_cmd) in LogHciTimeoutEvent() 760 void LogClassicPairingEvent(const RawAddress& address, uint16_t handle, uint32_t hci_cmd, uint16_t … in LogClassicPairingEvent() argument 771 … handle, hci_cmd, hci_event, cmd_status, reason_code, event_value); in LogClassicPairingEvent() 773 … __func__ << ": failed for " << address << ", handle " << handle << ", hci_cmd " << loghex(hci_cmd) in LogClassicPairingEvent()
|