Home
last modified time | relevance | path

Searched refs:smp_fail_reason (Results 1 – 17 of 17) sorted by relevance

/aosp12/system/bt/test/mock/
H A Dmock_stack_metrics_logging.h104 uint8_t smp_fail_reason)>
107 uint8_t smp_fail_reason) {}};
110 uint8_t smp_fail_reason) { in operator()
111 body(address, smp_cmd, direction, smp_fail_reason); in operator()
H A Dmock_main_shim_metrics_api.h180 uint8_t smp_fail_reason)>
183 uint8_t smp_fail_reason) {}};
186 uint8_t smp_fail_reason) { in operator()
187 body(raw_address, smp_cmd, direction, smp_fail_reason); in operator()
H A Dmock_stack_metrics_logging.cc90 uint8_t smp_fail_reason) { in log_smp_pairing_event() argument
93 address, smp_cmd, direction, smp_fail_reason); in log_smp_pairing_event()
H A Dmock_main_shim_metrics_api.cc134 android::bluetooth::DirectionEnum direction, uint8_t smp_fail_reason) { in LogMetricSmpPairingEvent() argument
137 raw_address, smp_cmd, direction, smp_fail_reason); in LogMetricSmpPairingEvent()
H A Dmock_common_metrics.cc195 uint8_t smp_fail_reason) { in LogSmpPairingEvent() argument
/aosp12/system/bt/stack/metrics/
H A Dstack_metrics_logging.cc59 uint8_t smp_fail_reason) { in log_smp_pairing_event() argument
62 smp_fail_reason); in log_smp_pairing_event()
65 smp_fail_reason); in log_smp_pairing_event()
/aosp12/system/bt/main/shim/
H A Dmetrics_api.cc92 uint8_t smp_fail_reason) { in LogMetricSmpPairingEvent() argument
95 smp_fail_reason); in LogMetricSmpPairingEvent()
H A Dmetrics_api.h139 uint8_t smp_fail_reason);
/aosp12/system/bt/gd/os/android/
H A Dmetrics.cc246 …& address, uint8_t smp_cmd, android::bluetooth::DirectionEnum direction, uint8_t smp_fail_reason) { in LogMetricSmpPairingEvent() argument
252 …::BLUETOOTH_SMP_PAIRING_EVENT_REPORTED, byteField, smp_cmd, direction, smp_fail_reason, metric_id); in LogMetricSmpPairingEvent()
259 common::ToHexString(smp_fail_reason).c_str(), in LogMetricSmpPairingEvent()
/aosp12/system/bt/stack/include/
H A Dstack_metrics_logging.h37 uint8_t smp_fail_reason);
/aosp12/system/bt/gd/os/host/
H A Dmetrics.cc98 … address, uint8_t smp_cmd, android::bluetooth::DirectionEnum direction, uint8_t smp_fail_reason) {} in LogMetricSmpPairingEvent() argument
/aosp12/system/bt/gd/os/linux/
H A Dmetrics.cc98 … address, uint8_t smp_cmd, android::bluetooth::DirectionEnum direction, uint8_t smp_fail_reason) {} in LogMetricSmpPairingEvent() argument
/aosp12/system/bt/gd/os/
H A Dmetrics.h169 …s& address, uint8_t smp_cmd, android::bluetooth::DirectionEnum direction, uint8_t smp_fail_reason);
/aosp12/system/bt/common/
H A Dmetrics_linux.cc155 uint8_t smp_fail_reason) {} in LogSmpPairingEvent() argument
H A Dmetrics.h422 uint8_t smp_fail_reason);
H A Dmetrics.cc776 uint8_t smp_fail_reason) { in LogSmpPairingEvent() argument
789 smp_cmd, direction, smp_fail_reason, metric_id); in LogSmpPairingEvent()
793 << ", smp_fail_reason " << loghex(smp_fail_reason) in LogSmpPairingEvent()
/aosp12/frameworks/proto_logging/stats/
H A Datoms.proto3091 optional android.bluetooth.smp.PairingFailReasonEnum smp_fail_reason = 4; field