Lines Matching defs:device
71 boolean createBond(in BluetoothDevice device, in int transport); in createBond()
72 boolean createBondOutOfBand(in BluetoothDevice device, in int transport, in OobData oobData); in createBondOutOfBand()
73 boolean cancelBondProcess(in BluetoothDevice device); in cancelBondProcess()
74 boolean removeBond(in BluetoothDevice device); in removeBond()
75 int getBondState(in BluetoothDevice device); in getBondState()
76 boolean isBondingInitiatedLocally(in BluetoothDevice device); in isBondingInitiatedLocally()
78 int getConnectionState(in BluetoothDevice device); in getConnectionState()
80 String getRemoteName(in BluetoothDevice device); in getRemoteName()
81 int getRemoteType(in BluetoothDevice device); in getRemoteType()
82 String getRemoteAlias(in BluetoothDevice device); in getRemoteAlias()
83 boolean setRemoteAlias(in BluetoothDevice device, in String name); in setRemoteAlias()
84 int getRemoteClass(in BluetoothDevice device); in getRemoteClass()
85 ParcelUuid[] getRemoteUuids(in BluetoothDevice device); in getRemoteUuids()
86 boolean fetchRemoteUuids(in BluetoothDevice device); in fetchRemoteUuids()
87 boolean sdpSearch(in BluetoothDevice device, in ParcelUuid uuid); in sdpSearch()
88 int getBatteryLevel(in BluetoothDevice device); in getBatteryLevel()
91 boolean setPin(in BluetoothDevice device, boolean accept, int len, in byte[] pinCode); in setPin()
92 boolean setPasskey(in BluetoothDevice device, boolean accept, int len, in byte[] in setPasskey()
94 boolean setPairingConfirmation(in BluetoothDevice device, boolean accept); in setPairingConfirmation()
96 int getPhonebookAccessPermission(in BluetoothDevice device); in getPhonebookAccessPermission()
97 boolean setSilenceMode(in BluetoothDevice device, boolean silence); in setSilenceMode()
98 boolean getSilenceMode(in BluetoothDevice device); in getSilenceMode()
99 boolean setPhonebookAccessPermission(in BluetoothDevice device, int value); in setPhonebookAccessPermission()
100 int getMessageAccessPermission(in BluetoothDevice device); in getMessageAccessPermission()
101 boolean setMessageAccessPermission(in BluetoothDevice device, int value); in setMessageAccessPermission()
102 int getSimAccessPermission(in BluetoothDevice device); in getSimAccessPermission()
103 boolean setSimAccessPermission(in BluetoothDevice device, int value); in setSimAccessPermission()
105 … void sendConnectionStateChange(in BluetoothDevice device, int profile, int state, int prevState); in sendConnectionStateChange()
127 …oolean registerMetadataListener(in IBluetoothMetadataListener listener, in BluetoothDevice device); in registerMetadataListener()
128 boolean unregisterMetadataListener(in BluetoothDevice device); in unregisterMetadataListener()
129 boolean setMetadata(in BluetoothDevice device, in int key, in byte[] value); in setMetadata()
130 byte[] getMetadata(in BluetoothDevice device, in int key); in getMetadata()