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 79 public class GattService extends ProfileService {
82 private static final String TAG = GattServiceConfig.TAG_PREFIX + "GattService";
335 private GattService mService;
337 public BluetoothGattBinder(GattService svc) {
346 private GattService getService() {
353 GattService service = getService();
359 GattService service = getService();
365 GattService service = getService();
371 GattService service = getService();
377 GattService service = getService()
    [all...]

Completed in 104 milliseconds