HomeSort by relevance Sort by last modified time
    Searched refs:GattService (Results 1 - 6 of 6) 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();
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
Config.java 35 import com.android.bluetooth.gatt.GattService;
54 GattService.class,
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 69 public class GattService extends ProfileService {
72 private static final String TAG = GattServiceConfig.TAG_PREFIX + "GattService";
276 private GattService mService;
278 public BluetoothGattBinder(GattService svc) {
287 private GattService getService() {
294 GattService service = getService();
300 GattService service = getService();
306 GattService service = getService();
314 GattService service = getService();
320 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) {
AdvertiseManager.java 58 private final GattService mService;
72 AdvertiseManager(GattService service, AdapterService adapterService) {
ScanManager.java 58 // Result type defined in bt stack. Need to be accessed by GattService.
79 private GattService mService;
90 ScanManager(GattService service) {
    [all...]

Completed in 183 milliseconds