Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/test/LL/DDI/ADV/
DBV_09_C.py201 …async def steps_4_14(self, peer_address: Address, peer_address_type: ll.AddressType, connection_ha…
317 …async def steps_24_29(self, peer_address: Address, peer_address_type: ll.AddressType, connection_h…
DBV_18_C.py143 …async def steps_3_12(self, peer_address: Address, peer_address_type: ll.AddressType, scan_response…
/packages/modules/Bluetooth/system/rust/src/core/ffi/
Dtypes.h25 enum class AddressType : uint8_t { enum
/packages/modules/Bluetooth/system/rust/src/core/
Daddress.rs6 pub enum AddressType { enum
/packages/modules/Bluetooth/system/stack/btm/
Dsecurity_device_record.h103 tBLE_ADDR_TYPE AddressType() const { return ble_addr_type_; } in AddressType() function
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothDevice.java1334 public @interface AddressType {} annotation in BluetoothDevice