Home
last modified time | relevance | path

Searched refs:ranging (Results 1 – 25 of 89) sorted by relevance

1234

/hardware/interfaces/bluetooth/ranging/aidl/aidl_api/android.hardware.bluetooth.ranging/1/android/hardware/bluetooth/ranging/
DBluetoothChannelSoundingParameters.aidl34 package android.hardware.bluetooth.ranging;
37 android.hardware.bluetooth.ranging.SessionType sessionType;
41 android.hardware.bluetooth.ranging.Role role;
44 android.hardware.bluetooth.ranging.Config config;
45 android.hardware.bluetooth.ranging.DeviceAddress address;
46 @nullable android.hardware.bluetooth.ranging.VendorSpecificData[] vendorSpecificData;
47 android.hardware.bluetooth.ranging.LocationType locationType;
48 android.hardware.bluetooth.ranging.SightType sightType;
DIBluetoothChannelSounding.aidl34 package android.hardware.bluetooth.ranging;
37 @nullable android.hardware.bluetooth.ranging.VendorSpecificData[] getVendorSpecificData(); in getVendorSpecificData()
38 @nullable android.hardware.bluetooth.ranging.SessionType[] getSupportedSessionTypes(); in getSupportedSessionTypes()
39 android.hardware.bluetooth.ranging.CsSecurityLevel getMaxSupportedCsSecurityLevel(); in getMaxSupportedCsSecurityLevel()
40ranging.IBluetoothChannelSoundingSession openSession(in android.hardware.bluetooth.ranging.Bluetoo… in openSession()
DIBluetoothChannelSoundingSessionCallback.aidl34 package android.hardware.bluetooth.ranging;
37 void onOpened(android.hardware.bluetooth.ranging.Reason reason); in onOpened()
38 void onOpenFailed(android.hardware.bluetooth.ranging.Reason reason); in onOpenFailed()
39 void onResult(in android.hardware.bluetooth.ranging.RangingResult result); in onResult()
40 void onClose(android.hardware.bluetooth.ranging.Reason reason); in onClose()
41 void onCloseFailed(android.hardware.bluetooth.ranging.Reason reason); in onCloseFailed()
DIBluetoothChannelSoundingSession.aidl34 package android.hardware.bluetooth.ranging;
37 @nullable android.hardware.bluetooth.ranging.VendorSpecificData[] getVendorSpecificReplies(); in getVendorSpecificReplies()
38 android.hardware.bluetooth.ranging.ResultType[] getSupportedResultTypes(); in getSupportedResultTypes()
40 void writeRawData(in android.hardware.bluetooth.ranging.ChannelSoudingRawData rawData); in writeRawData()
41 void close(android.hardware.bluetooth.ranging.Reason reason); in close()
DChannelSoundingSingleSideData.aidl34 package android.hardware.bluetooth.ranging;
37 @nullable android.hardware.bluetooth.ranging.StepTonePct[] stepTonePcts;
40 @nullable android.hardware.bluetooth.ranging.Nadm[] packetNadm;
42 @nullable android.hardware.bluetooth.ranging.ComplexNumber[] packetPct1;
43 @nullable android.hardware.bluetooth.ranging.ComplexNumber[] packetPct2;
DConfig.aidl34 package android.hardware.bluetooth.ranging;
37 android.hardware.bluetooth.ranging.ModeType modeType;
38 android.hardware.bluetooth.ranging.SubModeType subModeType;
39 android.hardware.bluetooth.ranging.RttType rttType;
DChannelSoudingRawData.aidl34 package android.hardware.bluetooth.ranging;
40 android.hardware.bluetooth.ranging.ChannelSoundingSingleSideData initiatorData;
41 android.hardware.bluetooth.ranging.ChannelSoundingSingleSideData reflectorData;
45 android.hardware.bluetooth.ranging.ModeType[] stepMode;
/hardware/interfaces/bluetooth/ranging/aidl/aidl_api/android.hardware.bluetooth.ranging/current/android/hardware/bluetooth/ranging/
DBluetoothChannelSoundingParameters.aidl34 package android.hardware.bluetooth.ranging;
37 android.hardware.bluetooth.ranging.SessionType sessionType;
41 android.hardware.bluetooth.ranging.Role role;
44 android.hardware.bluetooth.ranging.Config config;
45 android.hardware.bluetooth.ranging.DeviceAddress address;
46 @nullable android.hardware.bluetooth.ranging.VendorSpecificData[] vendorSpecificData;
47 android.hardware.bluetooth.ranging.LocationType locationType;
48 android.hardware.bluetooth.ranging.SightType sightType;
DIBluetoothChannelSounding.aidl34 package android.hardware.bluetooth.ranging;
37 @nullable android.hardware.bluetooth.ranging.VendorSpecificData[] getVendorSpecificData(); in getVendorSpecificData()
38 @nullable android.hardware.bluetooth.ranging.SessionType[] getSupportedSessionTypes(); in getSupportedSessionTypes()
39 android.hardware.bluetooth.ranging.CsSecurityLevel getMaxSupportedCsSecurityLevel(); in getMaxSupportedCsSecurityLevel()
40ranging.IBluetoothChannelSoundingSession openSession(in android.hardware.bluetooth.ranging.Bluetoo… in openSession()
DIBluetoothChannelSoundingSessionCallback.aidl34 package android.hardware.bluetooth.ranging;
37 void onOpened(android.hardware.bluetooth.ranging.Reason reason); in onOpened()
38 void onOpenFailed(android.hardware.bluetooth.ranging.Reason reason); in onOpenFailed()
39 void onResult(in android.hardware.bluetooth.ranging.RangingResult result); in onResult()
40 void onClose(android.hardware.bluetooth.ranging.Reason reason); in onClose()
41 void onCloseFailed(android.hardware.bluetooth.ranging.Reason reason); in onCloseFailed()
DIBluetoothChannelSoundingSession.aidl34 package android.hardware.bluetooth.ranging;
37 @nullable android.hardware.bluetooth.ranging.VendorSpecificData[] getVendorSpecificReplies(); in getVendorSpecificReplies()
38 android.hardware.bluetooth.ranging.ResultType[] getSupportedResultTypes(); in getSupportedResultTypes()
40 void writeRawData(in android.hardware.bluetooth.ranging.ChannelSoudingRawData rawData); in writeRawData()
41 void close(android.hardware.bluetooth.ranging.Reason reason); in close()
DChannelSoundingSingleSideData.aidl34 package android.hardware.bluetooth.ranging;
37 @nullable android.hardware.bluetooth.ranging.StepTonePct[] stepTonePcts;
40 @nullable android.hardware.bluetooth.ranging.Nadm[] packetNadm;
42 @nullable android.hardware.bluetooth.ranging.ComplexNumber[] packetPct1;
43 @nullable android.hardware.bluetooth.ranging.ComplexNumber[] packetPct2;
DConfig.aidl34 package android.hardware.bluetooth.ranging;
37 android.hardware.bluetooth.ranging.ModeType modeType;
38 android.hardware.bluetooth.ranging.SubModeType subModeType;
39 android.hardware.bluetooth.ranging.RttType rttType;
DChannelSoudingRawData.aidl34 package android.hardware.bluetooth.ranging;
40 android.hardware.bluetooth.ranging.ChannelSoundingSingleSideData initiatorData;
41 android.hardware.bluetooth.ranging.ChannelSoundingSingleSideData reflectorData;
45 android.hardware.bluetooth.ranging.ModeType[] stepMode;
/hardware/interfaces/bluetooth/ranging/aidl/android/hardware/bluetooth/ranging/
DIBluetoothChannelSounding.aidl17 package android.hardware.bluetooth.ranging;
19 import android.hardware.bluetooth.ranging.BluetoothChannelSoundingParameters;
20 import android.hardware.bluetooth.ranging.CsSecurityLevel;
21 import android.hardware.bluetooth.ranging.IBluetoothChannelSoundingSession;
22 import android.hardware.bluetooth.ranging.IBluetoothChannelSoundingSessionCallback;
23 import android.hardware.bluetooth.ranging.Nadm;
24 import android.hardware.bluetooth.ranging.SessionType;
25 import android.hardware.bluetooth.ranging.VendorSpecificData;
DBluetoothChannelSoundingParameters.aidl17 package android.hardware.bluetooth.ranging;
19 import android.hardware.bluetooth.ranging.Config;
20 import android.hardware.bluetooth.ranging.DeviceAddress;
21 import android.hardware.bluetooth.ranging.LocationType;
22 import android.hardware.bluetooth.ranging.Role;
23 import android.hardware.bluetooth.ranging.SessionType;
24 import android.hardware.bluetooth.ranging.SightType;
25 import android.hardware.bluetooth.ranging.VendorSpecificData;
DIBluetoothChannelSoundingSession.aidl17 package android.hardware.bluetooth.ranging;
19 import android.hardware.bluetooth.ranging.ChannelSoudingRawData;
20 import android.hardware.bluetooth.ranging.Reason;
21 import android.hardware.bluetooth.ranging.ResultType;
22 import android.hardware.bluetooth.ranging.VendorSpecificData;
DConfig.aidl17 package android.hardware.bluetooth.ranging;
19 import android.hardware.bluetooth.ranging.ModeType;
20 import android.hardware.bluetooth.ranging.RttType;
21 import android.hardware.bluetooth.ranging.SubModeType;
DChannelSoundingSingleSideData.aidl17 package android.hardware.bluetooth.ranging;
19 import android.hardware.bluetooth.ranging.ComplexNumber;
20 import android.hardware.bluetooth.ranging.Nadm;
21 import android.hardware.bluetooth.ranging.StepTonePct;
DIBluetoothChannelSoundingSessionCallback.aidl17 package android.hardware.bluetooth.ranging;
19 import android.hardware.bluetooth.ranging.RangingResult;
20 import android.hardware.bluetooth.ranging.Reason;
DChannelSoudingRawData.aidl17 package android.hardware.bluetooth.ranging;
19 import android.hardware.bluetooth.ranging.ChannelSoundingSingleSideData;
20 import android.hardware.bluetooth.ranging.ModeType;
/hardware/interfaces/bluetooth/ranging/aidl/default/
DBluetoothChannelSounding.h21 namespace aidl::android::hardware::bluetooth::ranging::impl {
23 using ::aidl::android::hardware::bluetooth::ranging::
25 using ::aidl::android::hardware::bluetooth::ranging::BnBluetoothChannelSounding;
26 using ::aidl::android::hardware::bluetooth::ranging::CsSecurityLevel;
27 using ::aidl::android::hardware::bluetooth::ranging::
29 using ::aidl::android::hardware::bluetooth::ranging::
31 using ::aidl::android::hardware::bluetooth::ranging::SessionType;
32 using ::aidl::android::hardware::bluetooth::ranging::VendorSpecificData;
DAndroid.bp6 name: "android.hardware.bluetooth.ranging-service.default",
8 init_rc: ["bluetooth-ranging-service-default.rc"],
9 vintf_fragments: [":manifest_android.hardware.bluetooth.ranging-service.default.xml"],
17 "android.hardware.bluetooth.ranging-V1-ndk",
27 name: "manifest_android.hardware.bluetooth.ranging-service.default.xml",
28 srcs: ["bluetooth-ranging-service-default.xml"],
DBluetoothChannelSoundingSession.h22 namespace aidl::android::hardware::bluetooth::ranging::impl {
24 using ::aidl::android::hardware::bluetooth::ranging::ChannelSoudingRawData;
25 using ::aidl::android::hardware::bluetooth::ranging::Reason;
26 using ::aidl::android::hardware::bluetooth::ranging::ResultType;
27 using ::aidl::android::hardware::bluetooth::ranging::VendorSpecificData;
/hardware/interfaces/bluetooth/ranging/aidl/vts/
DVtsHalBluetoothRangingTargetTest.cpp28 using aidl::android::hardware::bluetooth::ranging::
30 using aidl::android::hardware::bluetooth::ranging::
32 using aidl::android::hardware::bluetooth::ranging::ChannelSoudingRawData;
33 using aidl::android::hardware::bluetooth::ranging::CsSecurityLevel;
34 using aidl::android::hardware::bluetooth::ranging::IBluetoothChannelSounding;
35 using aidl::android::hardware::bluetooth::ranging::
37 using aidl::android::hardware::bluetooth::ranging::
39 using aidl::android::hardware::bluetooth::ranging::RangingResult;
40 using aidl::android::hardware::bluetooth::ranging::Reason;
41 using aidl::android::hardware::bluetooth::ranging::ResultType;
[all …]

1234