Home
last modified time | relevance | path

Searched refs:ToArray (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/rust/src/core/ffi/
Dtypes.h37 auto array = address.bda.ToArray(); in ToRustAddress()
/packages/modules/Bluetooth/system/types/
Draw_address.cc72 std::array<uint8_t, RawAddress::kLength> RawAddress::ToArray() const { in ToArray() function in RawAddress
Draw_address.h75 std::array<uint8_t, kLength> ToArray() const;
/packages/modules/Bluetooth/system/types/test/
Draw_address_unittest.cc198 std::array<uint8_t, 6> mac2 = bdaddr.ToArray(); in TEST()
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Da2dp_encoding_aidl.cc881 hint.bdAddr = peer_address.ToArray(); in get_a2dp_configuration()