OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACTION_GATT_CONNECTED
(Results
1 - 6
of
6
) 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
;
DeviceControlActivity.java
89
//
ACTION_GATT_CONNECTED
: connected to a GATT server.
98
if (BluetoothLeService.
ACTION_GATT_CONNECTED
.equals(action)) {
303
intentFilter.addAction(BluetoothLeService.
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
;
DeviceControlActivity.java
89
//
ACTION_GATT_CONNECTED
: connected to a GATT server.
98
if (BluetoothLeService.
ACTION_GATT_CONNECTED
.equals(action)) {
303
intentFilter.addAction(BluetoothLeService.
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
;
DeviceControlActivity.java
89
//
ACTION_GATT_CONNECTED
: connected to a GATT server.
98
if (BluetoothLeService.
ACTION_GATT_CONNECTED
.equals(action)) {
303
intentFilter.addAction(BluetoothLeService.
ACTION_GATT_CONNECTED
);
Completed in 447 milliseconds