Searched defs:bytes_to_string (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/bluetooth/1.0/default/ | ||
D | bluetooth_address.cc | 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 |
/hardware/interfaces/bluetooth/1.0/default/test/ | ||
D | bluetooth_address_test.cc | 107 TEST_F(BluetoothAddressTest, bytes_to_string) { in TEST_F() argument |