Home
last modified time | relevance | path

Searched defs:AddressType (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/bt/vendor_libs/test_vendor_lib/include/
H A Dle_advertisement.h32 enum class AddressType : uint8_t { enum
/aosp12/system/unwinding/libunwindstack/include/unwindstack/
H A DElfInterface.h52 using AddressType = uint32_t; member
62 using AddressType = uint64_t; member
/aosp12/system/bt/main/shim/
H A Dbtm.cc561 common::Bind([](hci::Address, hci::AddressType) { /*OnScan*/ }), in StartAdvertising()
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDevice.java1092 public @interface AddressType {} annotation in BluetoothDevice