Searched refs:createBondOutOfBand (Results 1 – 3 of 3) sorted by relevance
670 public boolean createBondOutOfBand(byte[] hash, byte[] randomizer) { in createBondOutOfBand() method in BluetoothDevice672 return sService.createBondOutOfBand(mAddress, hash, randomizer); in createBondOutOfBand()
63 boolean createBondOutOfBand(in String address, in byte[] hash, in byte[] randomizer); in createBondOutOfBand() method
1079 public synchronized boolean createBondOutOfBand(String address, byte[] hash, in createBondOutOfBand() method in BluetoothService