Home
last modified time | relevance | path

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

/hardware/interfaces/bluetooth/1.0/default/
Dvendor_interface.cc211 uint8_t local_bda[BluetoothAddress::kBytes]; in Open() local
212 if (!BluetoothAddress::get_local_address(local_bda)) { in Open()
215 int status = lib_interface_->init(&lib_callbacks, (unsigned char*)local_bda); in Open()