Home | History | Annotate | Download | only in server

Lines Matching refs:setBondState

410             mBondState.setBondState(address, BluetoothDevice.BOND_NONE,
697 setBondState(address, BluetoothDevice.BOND_BONDED);
709 setBondState(address, BluetoothDevice.BOND_NONE, result);
732 setBondState(address, BluetoothDevice.BOND_NONE, result);
742 setBondState(address,
1074 mBondState.setBondState(address, BluetoothDevice.BOND_BONDING);
1089 mBondState.setBondState(address, BluetoothDevice.BOND_BONDING);
1137 mBondState.setBondState(address, BluetoothDevice.BOND_NONE,
1183 /*package*/ synchronized boolean setBondState(String address, int state) {
1184 return setBondState(address, state, 0);
1187 /*package*/ synchronized boolean setBondState(String address, int state, int reason) {
1188 mBondState.setBondState(address.toUpperCase(), state, reason);
1472 mBondState.setBondState(address, BluetoothDevice.BOND_NONE,