Home
last modified time | relevance | path

Searched defs:hci_event (Results 1 – 14 of 14) sorted by relevance

/packages/modules/Bluetooth/system/gd/security/
Dpairing_handler_le.h71 std::optional<hci::EventView> hci_event; variable
80 PairingEvent(hci::EventView hci_event) : type(HCI_EVENT), hci_event(hci_event) {} in PairingEvent()
276 void OnHciEvent(hci::EventView hci_event) { in OnHciEvent()
294 void OnHciLeEvent(hci::LeMetaEventView hci_event) { in OnHciLeEvent()
/packages/modules/Bluetooth/system/stack/metrics/
Dstack_metrics_logging.cc27 uint32_t hci_cmd, uint16_t hci_event, in log_classic_pairing_event()
38 uint32_t hci_cmd, uint16_t hci_event, uint16_t hci_ble_event, in log_link_layer_connection_event()
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_metrics_logging.cc67 uint32_t hci_cmd, uint16_t hci_event, in log_classic_pairing_event()
78 uint32_t hci_cmd, uint16_t hci_event, uint16_t hci_ble_event, in log_link_layer_connection_event()
Dmock_main_shim_metrics_api.cc77 uint32_t hci_cmd, uint16_t hci_event, uint16_t hci_ble_event, in LogMetricLinkLayerConnectionEvent()
145 uint16_t hci_event, uint16_t cmd_status, uint16_t reason_code, in LogMetricClassicPairingEvent()
Dmock_common_metrics.cc141 uint32_t hci_cmd, uint16_t hci_event, in LogClassicPairingEvent()
151 uint16_t hci_event, uint16_t hci_ble_event, in LogLinkLayerConnectionEvent()
/packages/modules/Bluetooth/system/main/shim/
Dmetrics_api.cc33 uint32_t hci_cmd, uint16_t hci_event, uint16_t hci_ble_event, in LogMetricLinkLayerConnectionEvent()
111 uint16_t hci_event, uint16_t cmd_status, in LogMetricClassicPairingEvent()
/packages/modules/Bluetooth/system/gd/os/chromeos/
Dmetrics.cc35 uint16_t hci_event, in LogMetricClassicPairingEvent()
134 uint16_t hci_event, in LogMetricLinkLayerConnectionEvent()
/packages/modules/Bluetooth/system/gd/os/linux/
Dmetrics.cc31 uint16_t hci_event, in LogMetricClassicPairingEvent()
76 uint16_t hci_event, in LogMetricLinkLayerConnectionEvent()
/packages/modules/Bluetooth/system/gd/os/host/
Dmetrics.cc31 uint16_t hci_event, in LogMetricClassicPairingEvent()
79 uint16_t hci_event, in LogMetricLinkLayerConnectionEvent()
/packages/modules/Bluetooth/system/gd/os/android/
Dmetrics.cc52 uint16_t hci_event, in LogMetricLinkLayerConnectionEvent()
265 uint16_t hci_event, in LogMetricClassicPairingEvent()
/packages/modules/Bluetooth/system/common/
Dmetrics_linux.cc92 uint32_t hci_cmd, uint16_t hci_event, in LogClassicPairingEvent()
138 uint16_t hci_event, uint16_t hci_ble_event, in LogLinkLayerConnectionEvent()
Dmetrics.cc583 uint16_t hci_event, uint16_t hci_ble_event, in LogLinkLayerConnectionEvent()
792 …assicPairingEvent(const RawAddress& address, uint16_t handle, uint32_t hci_cmd, uint16_t hci_event, in LogClassicPairingEvent()
/packages/modules/Bluetooth/system/stack/btu/
Dbtu_hcif.cc417 uint16_t hci_event = android::bluetooth::hci::EVT_COMMAND_STATUS; in btu_hcif_log_command_metrics() local
688 uint16_t hci_event = android::bluetooth::hci::EVT_COMMAND_COMPLETE; in btu_hcif_log_command_complete_metrics() local
/packages/modules/Bluetooth/system/test/rootcanal/
Dbluetooth_hci.cc122 hidl_vec<uint8_t> hci_event(packet->begin(), packet->end()); in initialize_impl() local