Home
last modified time | relevance | path

Searched refs:bytes_to_string (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/interfaces/bluetooth/1.0/default/test/
H A Dbluetooth_address_test.cc100 TEST_F(BluetoothAddressTest, bytes_to_string) { in TEST_F() argument
105 BluetoothAddress::bytes_to_string(kTestAddr1_bytes, addrA); in TEST_F()
109 BluetoothAddress::bytes_to_string(kZeros_bytes, addrB); in TEST_F()
/aosp12/hardware/interfaces/bluetooth/1.0/default/
H A Dbluetooth_address.h50 static void bytes_to_string(const uint8_t* addr, char* addr_str);
H A Dbluetooth_address.cc31 void BluetoothAddress::bytes_to_string(const uint8_t* addr, char* addr_str) { in bytes_to_string() function in android::hardware::bluetooth::V1_0::implementation::BluetoothAddress