Searched refs:isPeripheralModeSupported (Results 1 – 3 of 3) sorted by relevance
101 boolean isPeripheralModeSupported(); in isPeripheralModeSupported() method
580 if (!isMultipleAdvertisementSupported() && !isPeripheralModeSupported()) { in getBluetoothLeAdvertiser()1343 public boolean isPeripheralModeSupported() { in isPeripheralModeSupported() method in BluetoothAdapter1347 if (mService != null) return mService.isPeripheralModeSupported(); in isPeripheralModeSupported()
115 !mBluetoothAdapter.isPeripheralModeSupported()) { in startAdvertising()