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.java47 class AdvertiseManager { class
72 AdvertiseManager(GattService service, AdapterService adapterService) { in AdvertiseManager() method in AdvertiseManager
DGattService.java169 private AdvertiseManager mAdvertiseManager;
194 mAdvertiseManager = new AdvertiseManager(this, AdapterService.getAdapterService()); in start()