Home
last modified time | relevance | path

Searched refs:CONNECTION_TIMEOUT (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Bluetooth/system/gd/metrics/
Dbluetooth_event.cc50 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/
DBluetoothRouteManager.java70 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/
DBluetoothRouteManagerTest.java173 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()
DBluetoothRouteTransitionTests.java388 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/
DConnectState.java96 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/
Dhelpers.h158 case hci::ErrorCode::CONNECTION_TIMEOUT: in ToLegacyHciErrorCode()
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dclassic_acl_connection_test.cc65 hci::ErrorCode::CONNECTION_TIMEOUT,
/packages/modules/Bluetooth/system/gd/metrics/chromeos/
Dmetrics_event.cc162 case hci::ErrorCode::CONNECTION_TIMEOUT: in FailReasonToPairingState()
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dlink_layer_controller.cc4819 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/
Dhci_packets.pdl913 CONNECTION_TIMEOUT = 0x08,
/packages/modules/Bluetooth/system/pdl/hci/
Dhci_packets.pdl952 CONNECTION_TIMEOUT = 0x08,