OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ACTION_GATT_CONNECTED
(Results
1 - 3
of
3
) sorted by null
/developers/build/prebuilts/gradle/BluetoothLeGatt/BluetoothLeGattSample/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java
55
public final static String
ACTION_GATT_CONNECTED
=
56
"com.example.bluetooth.le.
ACTION_GATT_CONNECTED
";
76
intentAction =
ACTION_GATT_CONNECTED
;
/developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/BluetoothLeGattSample/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java
55
public final static String
ACTION_GATT_CONNECTED
=
56
"com.example.bluetooth.le.
ACTION_GATT_CONNECTED
";
76
intentAction =
ACTION_GATT_CONNECTED
;
/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
BluetoothLeService.java
55
public final static String
ACTION_GATT_CONNECTED
=
56
"com.example.bluetooth.le.
ACTION_GATT_CONNECTED
";
76
intentAction =
ACTION_GATT_CONNECTED
;
Completed in 68 milliseconds