Searched defs:string_to_bytes (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/bluetooth/1.0/default/ | ||
D | bluetooth_address.cc | 35 bool BluetoothAddress::string_to_bytes(const char* addr_str, uint8_t* addr) { in string_to_bytes() function in android::hardware::bluetooth::V1_0::implementation::BluetoothAddress |
/hardware/interfaces/bluetooth/1.0/default/test/ | ||
D | bluetooth_address_test.cc | 69 TEST_F(BluetoothAddressTest, string_to_bytes) { in TEST_F() argument |