/packages/modules/Bluetooth/system/btif/src/ |
D | btif_debug_conn.cc | 34 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/ |
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 | 140 void LogPairEvent(uint32_t disconnect_reason, uint64_t timestamp_ms, 196 void LogBluetoothSessionEnd(disconnect_reason_t disconnect_reason,
|
D | metrics_unittest.cc | 75 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()
|
D | metrics.cc | 317 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/ |
D | btif_debug_conn.h | 34 const tGATT_DISCONN_REASON disconnect_reason);
|
/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/ |
D | py_le_acl_manager.py | 52 self.disconnect_reason = None 64 self.disconnect_reason = disconnection_complete.get().reason
|
D | py_acl_manager.py | 49 self.disconnect_reason = disconnection_complete.get().reason
|
/packages/modules/Bluetooth/system/stack/acl/ |
D | acl.cc | 35 disconnect_reason = 0; in Reset()
|
D | acl.h | 208 uint8_t disconnect_reason; member
|
D | btm_acl.cc | 204 p_acl.disconnect_reason = reason; in disconnect_acl()
|
/packages/modules/Bluetooth/system/stack/sdp/ |
D | sdp_main.cc | 320 ccb.disconnect_reason = reason; in sdp_disconnect() 364 sdpu_callback(ccb, static_cast<tSDP_STATUS>(ccb.disconnect_reason)); in sdp_disconnect_cfm()
|
D | sdpint.h | 205 uint16_t disconnect_reason; /* Disconnect reason */ member
|
/packages/modules/Bluetooth/system/gd/proto/bluetooth/metrics/ |
D | bluetooth.proto | 111 optional string disconnect_reason = 4 [deprecated = true]; field 179 optional int32 disconnect_reason = 1; field
|
/packages/modules/Bluetooth/system/main/shim/ |
D | acl.cc | 273 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/ |
D | stack_sdp_test.cc | 147 p_ccb1->disconnect_reason = SDP_SUCCESS; in TEST_F()
|
/packages/modules/Bluetooth/system/stack/test/ |
D | btm_iso_test.cc | 1358 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()
|