Searched refs:get_local_address (Results 1 – 3 of 3) sorted by relevance
/hardware/interfaces/bluetooth/1.0/default/ | ||
D | bluetooth_address.h | 54 static bool get_local_address(uint8_t* addr); |
D | bluetooth_address.cc | 46 bool BluetoothAddress::get_local_address(uint8_t* local_addr) { in get_local_address() function in android::hardware::bluetooth::V1_0::implementation::BluetoothAddress |
D | vendor_interface.cc | 212 if (!BluetoothAddress::get_local_address(local_bda)) { in Open() |