Searched refs:isPeripheralModeSupported (Results 1 – 3 of 3) sorted by relevance
95 boolean isPeripheralModeSupported(); in isPeripheralModeSupported() method
468 if (!isMultipleAdvertisementSupported() && !isPeripheralModeSupported()) { in getBluetoothLeAdvertiser()926 public boolean isPeripheralModeSupported() { in isPeripheralModeSupported() method in BluetoothAdapter929 return mService.isPeripheralModeSupported(); in isPeripheralModeSupported()
115 !mBluetoothAdapter.isPeripheralModeSupported()) { in startAdvertising()