Home
last modified time | relevance | path

Searched refs:getBluetoothLeAdvertiser (Results 1 – 14 of 14) sorted by relevance

/packages/modules/Uwb/service/tests/src/com/android/server/uwb/discovery/ble/
DBleDiscoveryAdvertiseProviderTest.java123 when(mMockBluetoothAdapter.getBluetoothLeAdvertiser()) in testStartAdvertise_checkAdvertisingSetParameters()
160 when(mMockBluetoothAdapter.getBluetoothLeAdvertiser()).thenReturn(null); in testStartAdvertise_failedBTDisabled()
171 when(mMockBluetoothAdapter.getBluetoothLeAdvertiser()) in testStartAdvertise_failedBleAdvertise()
186 when(mMockBluetoothAdapter.getBluetoothLeAdvertiser()) in teststartAdvertisingSet()
279 when(mMockBluetoothAdapter.getBluetoothLeAdvertiser()).thenReturn(null); in testStopAdvertise_failedBTDisabled()
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/
DLeLegacyAdvertisingTest.java57 BluetoothAdapter.getDefaultAdapter().getBluetoothLeAdvertiser(); in setAdvertisingDataOver31Bytes()
109 BluetoothAdapter.getDefaultAdapter().getBluetoothLeAdvertiser(); in setScanResponseDataOver31Bytes()
DLeAdvertisingTest.java104 BluetoothLeAdvertiser leAdvertiser = bluetoothAdapter.getBluetoothLeAdvertiser(); in startAdvertising()
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/provider/
DBleBroadcastProvider.java76 mInjector.getBluetoothAdapter().getBluetoothLeAdvertiser(); in start()
128 mInjector.getBluetoothAdapter().getBluetoothLeAdvertiser(); in stop()
/packages/modules/Bluetooth/android/ChannelSoundingTestApp/app/src/main/java/com/android/bluetooth/channelsoundingtestapp/
DReflectorViewModel.java72 BluetoothLeAdvertiser advertiser = mBluetoothAdapter.getBluetoothLeAdvertiser(); in startConnectableAdvertising()
/packages/modules/Uwb/service/java/com/android/server/uwb/discovery/ble/
DBleDiscoveryAdvertiseProvider.java134 return adapter.getBluetoothLeAdvertiser(); in getBleAdvertiser()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/discovery/
DDiscoveryProviderFactoryTest.java111 when(mMockBluetoothAdapter.getBluetoothLeAdvertiser()) in setUp()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/bluetooth/
DFastPairProviderTest.java178 when(mMockBluetoothAdapter.getBluetoothLeAdvertiser()) in setUp()
345 .getBluetoothLeAdvertiser(); in verifyAdvertisementData()
DFastPairAdvertiserTest.java160 when(mMockBluetoothAdapter.getBluetoothLeAdvertiser()) in setUp()
383 when(mMockBluetoothAdapter.getBluetoothLeAdvertiser()).thenReturn(null); in testFailToGetAdvertiserOnStart_doesNotAdvertise()
/packages/services/Car/tests/carservice_unit_test/src/android/car/builtin/bluetooth/le/
DAdvertisingSetCallbackHelperTest.java204 adapter.getBluetoothLeAdvertiser()); in integrationTest_onAdvertisingSetStarted_onOwnAddressRead()
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DGattServer.java210 mAdvertiser = bluetoothAdapter.getBluetoothLeAdvertiser(); in MyBleAdvertiser()
/packages/services/Car/service/src/com/android/car/bluetooth/
DFastPairAdvertiser.java270 mBluetoothLeAdvertiser = mBluetoothAdapter.getBluetoothLeAdvertiser(); in startAdvertisingInternal()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothAdapter.java1188 public BluetoothLeAdvertiser getBluetoothLeAdvertiser() { in getBluetoothLeAdvertiser() method in BluetoothAdapter
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt24 method public android.bluetooth.le.BluetoothLeAdvertiser getBluetoothLeAdvertiser();