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