Searched refs:CONNECTION_TIMEOUT (Results 1 – 11 of 11) sorted by relevance
/packages/modules/Bluetooth/system/gd/metrics/ |
D | bluetooth_event.cc | 50 case ErrorCode::CONNECTION_TIMEOUT: in MapErrorCodeToState() 51 return State::CONNECTION_TIMEOUT; in MapErrorCodeToState() 190 return State::CONNECTION_TIMEOUT; in MapHCIStatusToState() 309 return State::CONNECTION_TIMEOUT; in MapSmpStatusCodeToState()
|
/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/ |
D | BluetoothRouteManager.java | 70 put(CONNECTION_TIMEOUT, "CONNECTION_TIMEOUT"); 120 public static final int CONNECTION_TIMEOUT = 300; field in BluetoothRouteManager 224 case CONNECTION_TIMEOUT: in processMessage() 266 sendMessageDelayed(CONNECTION_TIMEOUT, args, in enter() 274 removeMessages(CONNECTION_TIMEOUT); in exit() 390 case CONNECTION_TIMEOUT: in processMessage() 553 case CONNECTION_TIMEOUT: in processMessage()
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | BluetoothRouteManagerTest.java | 173 sm.getHandler().removeMessages(BluetoothRouteManager.CONNECTION_TIMEOUT); in testConnectBtRetryWhileNotConnected() 238 sm.getHandler().removeMessages(BluetoothRouteManager.CONNECTION_TIMEOUT); in testConnectBtRetryWhileConnectedToAnotherDevice() 297 sm.getHandler().removeMessages(BluetoothRouteManager.CONNECTION_TIMEOUT); in verifyConnectBtWithoutAddress()
|
D | BluetoothRouteTransitionTests.java | 388 sm.getHandler().removeMessages(BluetoothRouteManager.CONNECTION_TIMEOUT); in testTransitions() 573 .setMessageType(BluetoothRouteManager.CONNECTION_TIMEOUT) in generateTestCases()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/ |
D | ConnectState.java | 96 static final int CONNECTION_TIMEOUT = 60000; field in ConnectState.ConnectToWifiFragment 348 mHandler.sendEmptyMessageDelayed(MSG_TIMEOUT, CONNECTION_TIMEOUT); in postTimeout()
|
/packages/modules/Bluetooth/system/main/shim/ |
D | helpers.h | 158 case hci::ErrorCode::CONNECTION_TIMEOUT: in ToLegacyHciErrorCode()
|
/packages/modules/Bluetooth/system/gd/hci/acl_manager/ |
D | classic_acl_connection_test.cc | 65 hci::ErrorCode::CONNECTION_TIMEOUT,
|
/packages/modules/Bluetooth/system/gd/metrics/chromeos/ |
D | metrics_event.cc | 162 case hci::ErrorCode::CONNECTION_TIMEOUT: in FailReasonToPairingState()
|
/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | link_layer_controller.cc | 4819 GetAddress(), bd_addr, static_cast<uint8_t>(ErrorCode::CONNECTION_TIMEOUT))); in IncomingPagePacket() 5983 Disconnect(handle, ErrorCode::CONNECTION_TIMEOUT, ErrorCode::CONNECTION_TIMEOUT); in CheckExpiringConnection()
|
/packages/modules/Bluetooth/tools/rootcanal/packets/ |
D | hci_packets.pdl | 913 CONNECTION_TIMEOUT = 0x08,
|
/packages/modules/Bluetooth/system/pdl/hci/ |
D | hci_packets.pdl | 952 CONNECTION_TIMEOUT = 0x08,
|