Searched refs:updateConnectionState (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/ |
D | HidHostService.java | 156 updateConnectionState(device, BluetoothDevice.TRANSPORT_LE, STATE_DISCONNECTED); in cleanup() 157 updateConnectionState(device, BluetoothDevice.TRANSPORT_BREDR, STATE_DISCONNECTED); in cleanup() 422 updateConnectionState(device, prevTransport, STATE_DISCONNECTED); in handleMessageSetPreferredTransport() 468 updateConnectionState(device, getTransport(device), STATE_DISCONNECTED); in handleMessageOnVirtualUnplug() 632 updateConnectionState(device, transport, reportedState); in handleMessageConnectStateChanged() 1042 private void updateConnectionState(BluetoothDevice device, int transport, int newState) { in updateConnectionState() method in HidHostService
|