Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
DPanService.java501 public ConnectState(byte[] address, int state, int error, int localRole, int remoteRole) { in ConnectState() argument
506 this.remote_role = remoteRole; in ConnectState()
519 int remoteRole) { in onConnectStateChanged() argument
522 + ", remoteRole: " + remoteRole); in onConnectStateChanged()
525 msg.obj = new ConnectState(address, state, error, localRole, remoteRole); in onConnectStateChanged()
556 @LocalPanRole int localRole, @RemotePanRole int remoteRole) { in handlePanDeviceStateChange() argument
560 + remoteRole); in handlePanDeviceStateChange()
568 panDevice = new BluetoothPanDevice(state, iface, localRole, remoteRole); in handlePanDeviceStateChange()
574 panDevice.mRemoteRole = remoteRole; in handlePanDeviceStateChange()
594 if (remoteRole == BluetoothPan.LOCAL_PANU_ROLE) { in handlePanDeviceStateChange()
[all …]