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

  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/gatt/
GattServiceTest.java 7 import com.android.bluetooth.gatt.GattService;
10 * Test cases for {@link GattService}.
16 GattService service = new GattService();
  /tools/test/connectivity/acts/tests/google/bt/pts/
gatt_test_database.py 20 from acts.test_utils.bt.GattEnum import GattService
49 GattService.SERVICE_TYPE_PRIMARY.value,
92 GattService.SERVICE_TYPE_PRIMARY.value,
136 GattService.SERVICE_TYPE_PRIMARY.value,
178 GattService.SERVICE_TYPE_SECONDARY.value,
207 GattService.SERVICE_TYPE_PRIMARY.value,
271 GattService.SERVICE_TYPE_PRIMARY.value,
290 GattService.SERVICE_TYPE_PRIMARY.value,
314 GattService.SERVICE_TYPE_PRIMARY.value,
410 GattService.SERVICE_TYPE_PRIMARY.value
    [all...]
gatts_lib.py 30 from acts.test_utils.bt.GattEnum import GattService
  /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...]
GattDebugUtils.java 59 * Handles intents passed in via GattService.onStartCommand().
69 * import com.android.bluetooth.gatt.GattService;
71 static boolean handleDebugAction(GattService svc, Intent intent) {
AppScanStats.java 44 /* GattService is needed to add scan event protos to be dumped later */
45 GattService gattService;
95 public AppScanStats(String name, WorkSource source, ContextMap map, GattService service) {
98 gattService = service;
146 gattService.addScanEvent(scanEvent);
181 gattService.addScanEvent(scanEvent);
AdvertiseManager.java 51 private final GattService mService;
60 AdvertiseManager(GattService service, AdapterService adapterService) {
ContextMap.java 154 void add(UUID uuid, WorkSource workSource, C callback, T info, GattService service) {
ScanManager.java 62 // Result type defined in bt stack. Need to be accessed by GattService.
84 private GattService mService;
95 ScanManager(GattService service) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
Config.java 37 import com.android.bluetooth.gatt.GattService;
56 GattService.class, BluetoothMapService.class, HeadsetClientService.class,
143 } else if (profile == GattService.class) {
  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
bt_gatt_utils.py 27 from acts.test_utils.bt.GattEnum import GattService
232 gattService = per_droid.gattServerCreateService(
234 GattService.SERVICE_TYPE_PRIMARY.value)
237 GattService.SERVICE_TYPE_PRIMARY.value)
240 GattService.SERVICE_TYPE_PRIMARY.value)
242 per_droid.gattServerAddCharacteristicToService(gattService,
244 per_droid.gattServerAddService(gatt_server, gattService)
GattConnectedBaseTest.py 26 from acts.test_utils.bt.GattEnum import GattService
203 self.TEST_SERVICE_UUID, GattService.SERVICE_TYPE_PRIMARY.value)
GattEnum.py 241 class GattService(IntEnum):
  /system/bt/service/test/
parcelable_unittest.cc 182 TEST(ParcelableTest, GattService) {
  /tools/test/connectivity/acts/tests/google/ble/gatt/
GattConnectTest.py 29 from acts.test_utils.bt.GattEnum import GattService
    [all...]
  /tools/test/connectivity/acts/tests/google/bt/gatt/
GattOverBrEdrTest.py 26 from acts.test_utils.bt.GattEnum import GattService

Completed in 1898 milliseconds