/system/bt/btif/src/ |
D | btif_debug_conn.cc | 33 tGATT_DISCONN_REASON disconnect_reason; member 68 const tGATT_DISCONN_REASON disconnect_reason) { in btif_debug_conn_state() argument 74 evt->disconnect_reason = disconnect_reason; in btif_debug_conn_state() 92 dprintf(fd, " reason=%d", evt->disconnect_reason); in btif_debug_conn_dump()
|
/system/bt/btif/include/ |
D | btif_debug_conn.h | 33 const tGATT_DISCONN_REASON disconnect_reason);
|
/system/bt/test/mock/ |
D | mock_btif_debug_conn.cc | 38 const tGATT_DISCONN_REASON disconnect_reason) { in btif_debug_conn_state() argument
|
D | mock_common_metrics.cc | 81 disconnect_reason_t disconnect_reason, uint64_t timestamp_ms) { in LogBluetoothSessionEnd() argument 92 void BluetoothMetricsLogger::LogPairEvent(uint32_t disconnect_reason, in LogPairEvent() argument
|
/system/bt/stack/acl/ |
D | acl.cc | 40 disconnect_reason = 0; in Reset()
|
D | acl.h | 205 uint8_t disconnect_reason; member
|
D | btm_acl.cc | 186 p_acl.disconnect_reason = reason; in hci_btsnd_hcic_disconnect()
|
/system/bt/common/ |
D | metrics_linux.cc | 45 void BluetoothMetricsLogger::LogPairEvent(uint32_t disconnect_reason, in LogPairEvent() argument 64 disconnect_reason_t disconnect_reason, uint64_t timestamp_ms) {} in LogBluetoothSessionEnd() argument
|
D | metrics.h | 133 void LogPairEvent(uint32_t disconnect_reason, uint64_t timestamp_ms, 189 void LogBluetoothSessionEnd(disconnect_reason_t disconnect_reason,
|
D | metrics_unittest.cc | 76 PairEvent* MakePairEvent(int32_t disconnect_reason, int64_t timestamp_ms, in MakePairEvent() argument 79 event->set_disconnect_reason(disconnect_reason); in MakePairEvent() 128 BluetoothSession_DisconnectReasonType disconnect_reason, in MakeBluetoothSession() argument 137 session->set_disconnect_reason_type(disconnect_reason); in MakeBluetoothSession()
|
D | metrics.cc | 294 void BluetoothMetricsLogger::LogPairEvent(uint32_t disconnect_reason, in LogPairEvent() argument 302 event->set_disconnect_reason(disconnect_reason); in LogPairEvent() 368 disconnect_reason_t disconnect_reason, uint64_t timestamp_ms) { in LogBluetoothSessionEnd() argument 380 get_disconnect_reason_type(disconnect_reason)); in LogBluetoothSessionEnd()
|
/system/bt/gd/cert/ |
D | py_le_acl_manager.py | 49 self.disconnect_reason = None 58 self.disconnect_reason = disconnection_complete.get().GetReason()
|
D | py_acl_manager.py | 48 self.disconnect_reason = disconnection_complete.get().GetReason()
|
/system/bt/gd/proto/bluetooth/metrics/ |
D | bluetooth.proto | 111 optional string disconnect_reason = 4 [deprecated = true]; field 179 optional int32 disconnect_reason = 1; field
|
/system/bt/main/shim/ |
D | acl.cc | 135 hci::ErrorCode disconnect_reason) in ConnectionDescriptor() 140 disconnect_reason_(disconnect_reason) {} in ConnectionDescriptor() 165 hci::ErrorCode disconnect_reason) in ClassicConnectionDescriptor() 167 is_locally_initiated, disconnect_reason), in ClassicConnectionDescriptor() 179 hci::ErrorCode disconnect_reason) in LeConnectionDescriptor() 181 is_locally_initiated, disconnect_reason), in LeConnectionDescriptor() 934 LOG_DUMPSYS(fd, " disconnect_reason:0x%02x", link.disconnect_reason); in DumpsysAcl()
|
/system/bt/stack/sdp/ |
D | sdpint.h | 152 uint16_t disconnect_reason; /* Disconnect reason */ member
|
D | sdp_main.cc | 374 p_ccb->disconnect_reason = reason; in sdp_disconnect()
|
/system/bt/stack/test/ |
D | btm_iso_test.cc | 1187 uint8_t disconnect_reason = 0x16; in TEST_F() local 1190 .WillOnce([this, handle, disconnect_reason](uint8_t event_code, in TEST_F() 1197 ASSERT_EQ(event->reason, disconnect_reason); in TEST_F() 1203 handle, disconnect_reason); in TEST_F()
|