Home
last modified time | relevance | path

Searched defs:localRole (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
DPanService.java494 public ConnectState(byte[] address, int state, int error, int localRole, int remoteRole) { in ConnectState()
511 private void onConnectStateChanged(byte[] address, int state, int error, int localRole, in onConnectStateChanged()
522 private void onControlStateChanged(int localRole, int state, int error, String ifname) { in onControlStateChanged()
549 @LocalPanRole int localRole, @RemotePanRole int remoteRole) { in handlePanDeviceStateChange()
762 BluetoothPanDevice(int state, String iface, int localRole, int remoteRole) { in BluetoothPanDevice()
783 private native boolean connectPanNative(byte[] btAddress, int localRole, int remoteRole); in connectPanNative()