Searched defs:localRole (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/ |
D | PanService.java | 501 public ConnectState(byte[] address, int state, int error, int localRole, int remoteRole) { in ConnectState() 518 private void onConnectStateChanged(byte[] address, int state, int error, int localRole, in onConnectStateChanged() 529 private void onControlStateChanged(int localRole, int state, int error, String ifname) { in onControlStateChanged() 556 @LocalPanRole int localRole, @RemotePanRole int remoteRole) { in handlePanDeviceStateChange() 770 BluetoothPanDevice(int state, String iface, int localRole, int remoteRole) { in BluetoothPanDevice() 791 private native boolean connectPanNative(byte[] btAddress, int localRole, int remoteRole); in connectPanNative() 795 private native boolean enablePanNative(int localRole); in enablePanNative()
|