Searched refs:bytes_to_string (Results 1 – 4 of 4) 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
124 BluetoothAddress::bytes_to_string(btAddress, btAddrString); in process()