Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/test/LL/DDI/ADV/
DBV_09_C.py215 …async def steps_4_14(self, peer_address: Address, peer_address_type: ll.AddressType, connection_ha…
331 …async def steps_24_29(self, peer_address: Address, peer_address_type: ll.AddressType, connection_h…
DBV_18_C.py157 …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/floss/hcidoc/src/groups/
Dinformational.rs41 enum AddressType { enum
48 impl fmt::Display for AddressType { implementation
60 impl AddressType { implementation
61 fn update(&mut self, new_type: AddressType) { in update()
531 fn report_address_type(&mut self, address: &Address, address_type: AddressType) { in report_address_type()
/packages/modules/Bluetooth/system/main/shim/
Dle_advertising_manager.cc215 void on_scan(Address /* address */, AddressType /* address_type */) { in on_scan() argument
/packages/modules/Bluetooth/system/gd/hci/facade/
Dle_advertising_manager_facade.cc182 void ScanCallback(Address /* address */, AddressType /* address_type */) {} in ScanCallback() argument
/packages/modules/Bluetooth/system/gd/hci/
Dle_advertising_manager_test.cc229 void on_scan(Address /* address */, AddressType /* address_type */) {} in on_scan() argument
1754 base::Bind([](Address /* _address */, AddressType /* _address_type */) {}), in TEST_F()
/packages/modules/Bluetooth/system/stack/btm/
Dsecurity_device_record.h112 tBLE_ADDR_TYPE AddressType() const { return ble_addr_type_; } in AddressType() function
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothDevice.java1349 public @interface AddressType {} annotation in BluetoothDevice