Home
last modified time | relevance | path

Searched defs:disconnect_reason (Results 1 – 10 of 10) sorted by relevance

/system/bt/test/mock/
Dmock_btif_debug_conn.cc38 const tGATT_DISCONN_REASON disconnect_reason) { in btif_debug_conn_state()
Dmock_common_metrics.cc81 disconnect_reason_t disconnect_reason, uint64_t timestamp_ms) { in LogBluetoothSessionEnd()
92 void BluetoothMetricsLogger::LogPairEvent(uint32_t disconnect_reason, in LogPairEvent()
/system/bt/btif/src/
Dbtif_debug_conn.cc33 tGATT_DISCONN_REASON disconnect_reason; member
68 const tGATT_DISCONN_REASON disconnect_reason) { in btif_debug_conn_state()
/system/bt/gd/proto/bluetooth/metrics/
Dbluetooth.proto111 optional string disconnect_reason = 4 [deprecated = true]; field
179 optional int32 disconnect_reason = 1; field
/system/bt/common/
Dmetrics_linux.cc45 void BluetoothMetricsLogger::LogPairEvent(uint32_t disconnect_reason, in LogPairEvent()
64 disconnect_reason_t disconnect_reason, uint64_t timestamp_ms) {} in LogBluetoothSessionEnd()
Dmetrics_unittest.cc76 PairEvent* MakePairEvent(int32_t disconnect_reason, int64_t timestamp_ms, in MakePairEvent()
128 BluetoothSession_DisconnectReasonType disconnect_reason, in MakeBluetoothSession()
Dmetrics.cc294 void BluetoothMetricsLogger::LogPairEvent(uint32_t disconnect_reason, in LogPairEvent()
368 disconnect_reason_t disconnect_reason, uint64_t timestamp_ms) { in LogBluetoothSessionEnd()
/system/bt/stack/sdp/
Dsdpint.h152 uint16_t disconnect_reason; /* Disconnect reason */ member
/system/bt/stack/acl/
Dacl.h205 uint8_t disconnect_reason; member
/system/bt/stack/test/
Dbtm_iso_test.cc1187 uint8_t disconnect_reason = 0x16; in TEST_F() local