Home
last modified time | relevance | path

Searched refs:get_local_address (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/bluetooth/1.0/default/
Dbluetooth_address.h54 static bool get_local_address(uint8_t* addr);
Dbluetooth_address.cc46 bool BluetoothAddress::get_local_address(uint8_t* local_addr) { in get_local_address() function in android::hardware::bluetooth::V1_0::implementation::BluetoothAddress
Dvendor_interface.cc212 if (!BluetoothAddress::get_local_address(local_bda)) { in Open()