Searched refs:getConnectableDevices (Results 1 – 5 of 5) sorted by relevance
175 public List<BluetoothDevice> getConnectableDevices() { in getConnectableDevices() method in HearingAidProfile
140 public List<BluetoothDevice> getConnectableDevices() { in getConnectableDevices() method in LeAudioProfile
145 public List<BluetoothDevice> getConnectableDevices() { in getConnectableDevices() method in A2dpProfile
198 public List<BluetoothDevice> getConnectableDevices() { in getConnectableDevices() method in HapClientProfile
216 assertThat(mProfile.getConnectableDevices().size()).isEqualTo(connectableList.size()); in getConnectableDevices_returnCorrectList()