HomeSort by relevance Sort by last modified time
    Searched refs:BluetoothGattService (Results 26 - 36 of 36) sorted by null

12

  /development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DeviceControlActivity.java 21 import android.bluetooth.BluetoothGattService;
247 private void displayGattServices(List<BluetoothGattService> gattServices) {
258 for (BluetoothGattService gattService : gattServices) {
BluetoothLeService.java 26 import android.bluetooth.BluetoothGattService;
314 public List<BluetoothGattService> getSupportedGattServices() {
  /developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java 26 import android.bluetooth.BluetoothGattService;
314 public List<BluetoothGattService> getSupportedGattServices() {
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java 26 import android.bluetooth.BluetoothGattService;
314 public List<BluetoothGattService> getSupportedGattServices() {
  /external/chromium_org/chrome/browser/extensions/api/bluetooth_low_energy/
bluetooth_low_energy_apitest.cc 26 using device::BluetoothGattService;
265 std::vector<BluetoothGattService*> services;
276 .WillOnce(Return(std::vector<BluetoothGattService*>()))
304 .WillOnce(Return(static_cast<BluetoothGattService*>(NULL)))
406 std::vector<BluetoothGattService*> includes;
416 .WillOnce(Return(std::vector<BluetoothGattService*>()))
446 .WillOnce(Return(static_cast<BluetoothGattService*>(NULL)))
480 .WillOnce(Return(static_cast<BluetoothGattService*>(NULL)))
813 .WillOnce(Return(static_cast<BluetoothGattService*>(NULL)))
    [all...]
  /external/chromium_org/device/bluetooth/
bluetooth_remote_gatt_characteristic_chromeos.cc 103 device::BluetoothGattService*
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 260 milliseconds

12