Home
last modified time | relevance | path

Searched refs:AdvertiseManager (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DAdvertiseManager.java42 class AdvertiseManager { class
55 AdvertiseManager(GattService service, AdapterService adapterService) { in AdvertiseManager() method in AdvertiseManager
DGattService.java180 private AdvertiseManager mAdvertiseManager;
209 mAdvertiseManager = new AdvertiseManager(this, AdapterService.getAdapterService()); in start()