Home
last modified time | relevance | path

Searched refs:hci_event (Results 1 – 4 of 4) sorted by relevance

/system/bt/stack/btu/
Dbtu_hcif.cc475 uint16_t hci_event = android::bluetooth::hci::EVT_COMMAND_STATUS; in btu_hcif_log_command_metrics() local
477 hci_event = android::bluetooth::hci::EVT_UNKNOWN; in btu_hcif_log_command_metrics()
492 android::bluetooth::LINK_TYPE_ACL, opcode, hci_event, kUnknownBleEvt, in btu_hcif_log_command_metrics()
500 android::bluetooth::LINK_TYPE_UNKNOWN, opcode, hci_event, in btu_hcif_log_command_metrics()
508 android::bluetooth::LINK_TYPE_UNKNOWN, opcode, hci_event, in btu_hcif_log_command_metrics()
518 android::bluetooth::LINK_TYPE_UNKNOWN, opcode, hci_event, in btu_hcif_log_command_metrics()
528 android::bluetooth::LINK_TYPE_UNKNOWN, opcode, hci_event, in btu_hcif_log_command_metrics()
564 android::bluetooth::LINK_TYPE_ACL, opcode, hci_event, in btu_hcif_log_command_metrics()
594 android::bluetooth::LINK_TYPE_ACL, opcode, hci_event, in btu_hcif_log_command_metrics()
606 android::bluetooth::LINK_TYPE_ACL, opcode, hci_event, in btu_hcif_log_command_metrics()
[all …]
/system/bt/common/
Dmetrics.h305 uint16_t hci_event, uint16_t hci_ble_event,
426 …assicPairingEvent(const RawAddress& address, uint16_t handle, uint32_t hci_cmd, uint16_t hci_event,
Dmetrics.cc576 uint16_t hci_event, uint16_t hci_ble_event, 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()
760 …assicPairingEvent(const RawAddress& address, uint16_t handle, uint32_t hci_cmd, uint16_t hci_event, in LogClassicPairingEvent() argument
771 … handle, hci_cmd, hci_event, cmd_status, reason_code, event_value); in LogClassicPairingEvent()
774 … << ", hci_event " << loghex(hci_event) << ", cmd_status " << loghex(cmd_status) << ", reason " in LogClassicPairingEvent()
/system/bt/test/rootcanal/
Dbluetooth_hci.cc94 hidl_vec<uint8_t> hci_event(packet->begin(), packet->end()); in initialize() local
95 cb->hciEventReceived(hci_event); in initialize()