Home
last modified time | relevance | path

Searched defs:bytes_to_string (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/bluetooth/1.0/default/
Dbluetooth_address.cc30 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/
Dbluetooth_address_test.cc106 TEST_F(BluetoothAddressTest, bytes_to_string) { in TEST_F() argument