Home
last modified time | relevance | path

Searched refs:disconnect_reason (Results 1 – 18 of 18) sorted by relevance

/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() 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/
Dbtif_debug_conn.h33 const tGATT_DISCONN_REASON disconnect_reason);
/system/bt/test/mock/
Dmock_btif_debug_conn.cc38 const tGATT_DISCONN_REASON disconnect_reason) { in btif_debug_conn_state() argument
Dmock_common_metrics.cc81 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/
Dacl.cc40 disconnect_reason = 0; in Reset()
Dacl.h205 uint8_t disconnect_reason; member
Dbtm_acl.cc186 p_acl.disconnect_reason = reason; in hci_btsnd_hcic_disconnect()
/system/bt/common/
Dmetrics_linux.cc45 void BluetoothMetricsLogger::LogPairEvent(uint32_t disconnect_reason, in LogPairEvent() argument
64 disconnect_reason_t disconnect_reason, uint64_t timestamp_ms) {} in LogBluetoothSessionEnd() argument
Dmetrics.h133 void LogPairEvent(uint32_t disconnect_reason, uint64_t timestamp_ms,
189 void LogBluetoothSessionEnd(disconnect_reason_t disconnect_reason,
Dmetrics_unittest.cc76 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()
Dmetrics.cc294 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/
Dpy_le_acl_manager.py49 self.disconnect_reason = None
58 self.disconnect_reason = disconnection_complete.get().GetReason()
Dpy_acl_manager.py48 self.disconnect_reason = disconnection_complete.get().GetReason()
/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/main/shim/
Dacl.cc135 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/
Dsdpint.h152 uint16_t disconnect_reason; /* Disconnect reason */ member
Dsdp_main.cc374 p_ccb->disconnect_reason = reason; in sdp_disconnect()
/system/bt/stack/test/
Dbtm_iso_test.cc1187 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()