Home
last modified time | relevance | path

Searched refs:GattService (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java75 public class GattService extends ProfileService { class
320 private GattService mService;
322 public BluetoothGattBinder(GattService svc) { in BluetoothGattBinder()
331 private GattService getService() { in getService()
338 GattService service = getService(); in getDevicesMatchingConnectionStates()
344 GattService service = getService(); in registerClient()
350 GattService service = getService(); in unregisterClient()
359 GattService service = getService(); in startScan()
366 GattService service = getService(); in stopScan()
373 GattService service = getService(); in flushPendingBatchResults()
[all …]
DAppScanStats.java39 GattService gattService;
80 public AppScanStats(String name, ContextMap map, GattService service) { in AppScanStats()
DAdvertiseManager.java58 private final GattService mService;
72 AdvertiseManager(GattService service, AdapterService adapterService) { in AdvertiseManager()
DGattDebugUtils.java71 static boolean handleDebugAction(GattService svc, Intent intent) { in handleDebugAction()
DScanManager.java85 private GattService mService;
97 ScanManager(GattService service) { in ScanManager()
DContextMap.java148 void add(UUID uuid, T callback, GattService service) { in add()
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/gatt/
DGattServiceTest.java7 import com.android.bluetooth.gatt.GattService;
16 GattService service = new GattService(); in testParseBatchTimestamp()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DConfig.java40 import com.android.bluetooth.gatt.GattService;
60 GattService.class,
128 } else if (profile == GattService.class) { in isProfileDisabled()
/packages/services/Car/bluetooth/bt-map-service/
Dbt_hci_startup_issues.txt40379 …tyManager: Scheduling restart of crashed service com.android.bluetooth/.gatt.GattService in 10999ms
43585 …06.793 1265 2033 I am_schedule_service_restart: [0,com.android.bluetooth/.gatt.GattService,10999]
82328 * ServiceRecord{f15c38e u0 com.android.bluetooth/.gatt.GattService}
82329 intent={cmp=com.android.bluetooth/.gatt.GattService}
82340 intent={act=android.bluetooth.IBluetoothGatt cmp=com.android.bluetooth/.gatt.GattService}
82345 ConnectionRecord{c2e8a9a u0 CR IMP com.android.bluetooth/.gatt.GattService:@a9ec851}
82347 ConnectionRecord{c2e8a9a u0 CR IMP com.android.bluetooth/.gatt.GattService:@a9ec851}
83151 * ConnectionRecord{c2e8a9a u0 CR IMP com.android.bluetooth/.gatt.GattService:@a9ec851}
83152 binding=AppBindRecord{5006ed7 com.android.bluetooth/.gatt.GattService:system}
83723 - ConnectionRecord{c2e8a9a u0 CR IMP com.android.bluetooth/.gatt.GattService:@a9ec851}
[all …]