OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BluetoothGattIncludedService
(Results
1 - 3
of
3
) sorted by null
/system/bt/service/common/android/bluetooth/
bluetooth_gatt_included_service.h
33
class
BluetoothGattIncludedService
: public Parcelable {
35
BluetoothGattIncludedService
() = default;
36
BluetoothGattIncludedService
(
41
~
BluetoothGattIncludedService
() = default;
/frameworks/base/core/java/android/bluetooth/
BluetoothGattIncludedService.java
29
public class
BluetoothGattIncludedService
implements Parcelable {
47
* Create a new
BluetoothGattIncludedService
49
public
BluetoothGattIncludedService
(UUID uuid, int instanceId, int serviceType) {
67
public static final Parcelable.Creator<
BluetoothGattIncludedService
> CREATOR =
68
new Parcelable.Creator<
BluetoothGattIncludedService
>() {
69
public
BluetoothGattIncludedService
createFromParcel(Parcel in) {
70
return new
BluetoothGattIncludedService
(in);
73
public
BluetoothGattIncludedService
[] newArray(int size) {
74
return new
BluetoothGattIncludedService
[size];
78
private
BluetoothGattIncludedService
(Parcel in)
[
all
...]
/prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar
Completed in 112 milliseconds