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.java493 public ConnectState(byte[] address, int state, int error, int localRole, int remoteRole) { in ConnectState() argument
498 this.remote_role = remoteRole; in ConnectState()
511 int remoteRole) { in onConnectStateChanged() argument
514 + ", remoteRole: " + remoteRole); in onConnectStateChanged()
517 msg.obj = new ConnectState(address, state, error, localRole, remoteRole); in onConnectStateChanged()
548 @LocalPanRole int localRole, @RemotePanRole int remoteRole) { in handlePanDeviceStateChange() argument
552 + remoteRole); in handlePanDeviceStateChange()
560 panDevice = new BluetoothPanDevice(state, iface, localRole, remoteRole); in handlePanDeviceStateChange()
566 panDevice.mRemoteRole = remoteRole; in handlePanDeviceStateChange()
586 if (remoteRole == BluetoothPan.LOCAL_PANU_ROLE) { in handlePanDeviceStateChange()
[all …]