Home | History | Annotate | Download | only in server

Lines Matching refs:getBondState

731             int oldState = getBondState(address);
800 public synchronized int getBondState(String address) {
1220 mBondState.getBondState(address) != BluetoothDevice.BOND_NONE) {
1301 if (mBondState.getBondState(address) != BluetoothDevice.BOND_BONDING) {
1341 public synchronized int getBondState(String address) {
1346 return mBondState.getBondState(address.toUpperCase());
1996 int bondState = mBondState.getBondState(address);