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

  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
Config.java 31 import com.android.bluetooth.gatt.GattService;
48 GattService.class,
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 50 public class GattService extends ProfileService {
52 private static final String TAG = GattServiceConfig.TAG_PREFIX + "GattService";
221 private GattService mService;
223 public BluetoothGattBinder(GattService svc) {
232 private GattService getService() {
239 GattService service = getService();
245 GattService service = getService();
251 GattService service = getService();
257 GattService service = getService();
263 GattService service = getService()
    [all...]
GattDebugUtils.java 65 * Handles intents passed in via GattService.onStartCommand().
75 * import com.android.bluetooth.gatt.GattService;
77 static boolean handleDebugAction(GattService svc, Intent intent) {

Completed in 152 milliseconds