HomeSort by relevance Sort by last modified time
    Searched refs:isPeripheralModeSupported (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/android/bluetooth/
IBluetooth.aidl 101 boolean isPeripheralModeSupported();
BluetoothAdapter.java 583 if (!isMultipleAdvertisementSupported() && !isPeripheralModeSupported()) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
AdvertiseManager.java 230 if (mAdapterService.isPeripheralModeSupported()) {
270 !mAdapterService.isPeripheralModeSupported()) {
  /frameworks/base/core/java/android/bluetooth/le/
BluetoothLeAdvertiser.java 115 !mBluetoothAdapter.isPeripheralModeSupported()) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterService.java     [all...]

Completed in 144 milliseconds