Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_debug_conn.cc34 tGATT_DISCONN_REASON disconnect_reason; member
69 const tGATT_DISCONN_REASON disconnect_reason) { in btif_debug_conn_state() argument
75 evt->disconnect_reason = disconnect_reason; in btif_debug_conn_state()
93 dprintf(fd, " reason=%d", evt->disconnect_reason); in btif_debug_conn_dump()
/packages/modules/Bluetooth/system/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.h140 void LogPairEvent(uint32_t disconnect_reason, uint64_t timestamp_ms,
196 void LogBluetoothSessionEnd(disconnect_reason_t disconnect_reason,
Dmetrics_unittest.cc75 PairEvent* MakePairEvent(int32_t disconnect_reason, int64_t timestamp_ms, in MakePairEvent() argument
78 event->set_disconnect_reason(disconnect_reason); in MakePairEvent()
127 BluetoothSession_DisconnectReasonType disconnect_reason, in MakeBluetoothSession() argument
136 session->set_disconnect_reason_type(disconnect_reason); in MakeBluetoothSession()
Dmetrics.cc317 void BluetoothMetricsLogger::LogPairEvent(uint32_t disconnect_reason, in LogPairEvent() argument
325 event->set_disconnect_reason(disconnect_reason); in LogPairEvent()
391 disconnect_reason_t disconnect_reason, uint64_t timestamp_ms) { in LogBluetoothSessionEnd() argument
403 get_disconnect_reason_type(disconnect_reason)); in LogBluetoothSessionEnd()
/packages/modules/Bluetooth/system/btif/include/
Dbtif_debug_conn.h34 const tGATT_DISCONN_REASON disconnect_reason);
/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/
Dpy_le_acl_manager.py52 self.disconnect_reason = None
64 self.disconnect_reason = disconnection_complete.get().reason
Dpy_acl_manager.py49 self.disconnect_reason = disconnection_complete.get().reason
/packages/modules/Bluetooth/system/stack/acl/
Dacl.cc35 disconnect_reason = 0; in Reset()
Dacl.h208 uint8_t disconnect_reason; member
Dbtm_acl.cc204 p_acl.disconnect_reason = reason; in disconnect_acl()
/packages/modules/Bluetooth/system/stack/sdp/
Dsdp_main.cc320 ccb.disconnect_reason = reason; in sdp_disconnect()
364 sdpu_callback(ccb, static_cast<tSDP_STATUS>(ccb.disconnect_reason)); in sdp_disconnect_cfm()
Dsdpint.h205 uint16_t disconnect_reason; /* Disconnect reason */ member
/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/main/shim/
Dacl.cc273 hci::ErrorCode disconnect_reason) in ConnectionDescriptor()
278 disconnect_reason_(disconnect_reason) {} in ConnectionDescriptor()
303 hci::ErrorCode disconnect_reason) in ClassicConnectionDescriptor()
305 is_locally_initiated, disconnect_reason), in ClassicConnectionDescriptor()
317 hci::ErrorCode disconnect_reason) in LeConnectionDescriptor()
319 is_locally_initiated, disconnect_reason), in LeConnectionDescriptor()
1299 LOG_DUMPSYS(fd, " disconnect_reason:0x%02x", link.disconnect_reason); in DumpsysAcl()
/packages/modules/Bluetooth/system/stack/test/sdp/
Dstack_sdp_test.cc147 p_ccb1->disconnect_reason = SDP_SUCCESS; in TEST_F()
/packages/modules/Bluetooth/system/stack/test/
Dbtm_iso_test.cc1358 uint8_t disconnect_reason = 0x16; in TEST_F() local
1361 .WillOnce([this, handle, disconnect_reason](uint8_t event_code, in TEST_F()
1368 ASSERT_EQ(event->reason, disconnect_reason); in TEST_F()
1374 handle, disconnect_reason); in TEST_F()