HomeSort by relevance Sort by last modified time
    Searched defs:GattService (Results 1 - 2 of 2) sorted by null

  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
GattEnum.py 241 class GattService(IntEnum):
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 81 public class GattService extends ProfileService {
84 private static final String TAG = GattServiceConfig.TAG_PREFIX + "GattService";
337 private GattService mService;
339 public BluetoothGattBinder(GattService svc) {
348 private GattService getService() {
355 GattService service = getService();
361 GattService service = getService();
367 GattService service = getService();
374 GattService service = getService();
380 GattService service = getService()
    [all...]

Completed in 988 milliseconds