Home
last modified time | relevance | path

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

/aosp_15_r20/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()
/aosp_15_r20/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
/aosp_15_r20/hardware/interfaces/bluetooth/1.0/default/test/fuzzer/
H A DbluetoothV1.0_fuzzer.cpp124 BluetoothAddress::bytes_to_string(btAddress, btAddrString); in process()