OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACTION_GATT_DISCONNECTED
(Results
1 - 6
of
6
) sorted by null
/developers/build/prebuilts/gradle/BluetoothLeGatt/BluetoothLeGattSample/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java
57
public final static String
ACTION_GATT_DISCONNECTED
=
58
"com.example.bluetooth.le.
ACTION_GATT_DISCONNECTED
";
85
intentAction =
ACTION_GATT_DISCONNECTED
;
DeviceControlActivity.java
90
//
ACTION_GATT_DISCONNECTED
: disconnected from a GATT server.
102
} else if (BluetoothLeService.
ACTION_GATT_DISCONNECTED
.equals(action)) {
304
intentFilter.addAction(BluetoothLeService.
ACTION_GATT_DISCONNECTED
);
/developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/BluetoothLeGattSample/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java
57
public final static String
ACTION_GATT_DISCONNECTED
=
58
"com.example.bluetooth.le.
ACTION_GATT_DISCONNECTED
";
85
intentAction =
ACTION_GATT_DISCONNECTED
;
DeviceControlActivity.java
90
//
ACTION_GATT_DISCONNECTED
: disconnected from a GATT server.
102
} else if (BluetoothLeService.
ACTION_GATT_DISCONNECTED
.equals(action)) {
304
intentFilter.addAction(BluetoothLeService.
ACTION_GATT_DISCONNECTED
);
/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
BluetoothLeService.java
57
public final static String
ACTION_GATT_DISCONNECTED
=
58
"com.example.bluetooth.le.
ACTION_GATT_DISCONNECTED
";
85
intentAction =
ACTION_GATT_DISCONNECTED
;
DeviceControlActivity.java
90
//
ACTION_GATT_DISCONNECTED
: disconnected from a GATT server.
102
} else if (BluetoothLeService.
ACTION_GATT_DISCONNECTED
.equals(action)) {
304
intentFilter.addAction(BluetoothLeService.
ACTION_GATT_DISCONNECTED
);
Completed in 68 milliseconds