Home | History | Annotate | Download | only in bluetooth

Lines Matching refs:in

5  * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
45 boolean setName(in String name);
48 boolean setBluetoothClass(in BluetoothClass bluetoothClass);
65 boolean createBond(in BluetoothDevice device, in int transport);
66 boolean createBondOutOfBand(in BluetoothDevice device, in int transport, in OobData oobData);
67 boolean cancelBondProcess(in BluetoothDevice device);
68 boolean removeBond(in BluetoothDevice device);
69 int getBondState(in BluetoothDevice device);
70 boolean isBondingInitiatedLocally(in BluetoothDevice device);
72 int getConnectionState(in BluetoothDevice device);
74 String getRemoteName(in BluetoothDevice device);
75 int getRemoteType(in BluetoothDevice device);
76 String getRemoteAlias(in BluetoothDevice device);
77 boolean setRemoteAlias(in BluetoothDevice device, in String name);
78 int getRemoteClass(in BluetoothDevice device);
79 ParcelUuid[] getRemoteUuids(in BluetoothDevice device);
80 boolean fetchRemoteUuids(in BluetoothDevice device);
81 boolean sdpSearch(in BluetoothDevice device, in ParcelUuid uuid);
82 int getBatteryLevel(in BluetoothDevice device);
85 boolean setPin(in BluetoothDevice device, boolean accept, int len, in byte[] pinCode);
86 boolean setPasskey(in BluetoothDevice device, boolean accept, int len, in byte[]
88 boolean setPairingConfirmation(in BluetoothDevice device, boolean accept);
90 int getPhonebookAccessPermission(in BluetoothDevice device);
91 boolean setPhonebookAccessPermission(in BluetoothDevice device, int value);
92 int getMessageAccessPermission(in BluetoothDevice device);
93 boolean setMessageAccessPermission(in BluetoothDevice device, int value);
94 int getSimAccessPermission(in BluetoothDevice device);
95 boolean setSimAccessPermission(in BluetoothDevice device, int value);
97 void sendConnectionStateChange(in BluetoothDevice device, int profile, int state, int prevState);
99 void registerCallback(in IBluetoothCallback callback);
100 void unregisterCallback(in IBluetoothCallback callback);
125 oneway void requestActivityInfo(in ResultReceiver result);