Searched refs:bytes_to_string (Results 1 – 3 of 3) sorted by relevance
100 TEST_F(BluetoothAddressTest, bytes_to_string) { in TEST_F() argument105 BluetoothAddress::bytes_to_string(kTestAddr1_bytes, addrA); in TEST_F()109 BluetoothAddress::bytes_to_string(kZeros_bytes, addrB); in TEST_F()
50 static void bytes_to_string(const uint8_t* addr, char* addr_str);
31 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