Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_debug_conn.cc35 tGATT_DISCONN_REASON disconnect_reason; member
70 const tGATT_DISCONN_REASON disconnect_reason) { in btif_debug_conn_state()
/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_debug_conn.cc38 const tGATT_DISCONN_REASON disconnect_reason) { in btif_debug_conn_state()
Dmock_common_metrics.cc82 disconnect_reason_t disconnect_reason, uint64_t timestamp_ms) { in LogBluetoothSessionEnd()
93 void BluetoothMetricsLogger::LogPairEvent(uint32_t disconnect_reason, in LogPairEvent()
/packages/modules/Bluetooth/system/gd/proto/bluetooth/metrics/
Dbluetooth.proto111 optional string disconnect_reason = 4 [deprecated = true]; field
179 optional int32 disconnect_reason = 1; field
/packages/modules/Bluetooth/system/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.cc300 void BluetoothMetricsLogger::LogPairEvent(uint32_t disconnect_reason, in LogPairEvent()
374 disconnect_reason_t disconnect_reason, uint64_t timestamp_ms) { in LogBluetoothSessionEnd()
/packages/modules/Bluetooth/system/stack/sdp/
Dsdpint.h156 uint16_t disconnect_reason; /* Disconnect reason */ member
/packages/modules/Bluetooth/system/stack/acl/
Dacl.h211 uint8_t disconnect_reason; member
/packages/modules/Bluetooth/system/stack/test/
Dbtm_iso_test.cc1204 uint8_t disconnect_reason = 0x16; in TEST_F() local