HomeSort by relevance Sort by last modified time
    Searched refs:hal_iface_ (Results 1 - 2 of 2) sorted by null

  /system/bt/service/hal/
bluetooth_interface.cc 212 BluetoothInterfaceImpl() : hal_iface_(nullptr), hal_adapter_(nullptr) {}
215 if (hal_iface_) hal_iface_->cleanup();
229 const bt_interface_t* GetHALInterface() const override { return hal_iface_; }
257 hal_iface_ = hal_adapter_->get_bluetooth_interface();
261 status = hal_iface_->init(&bt_callbacks);
267 status = hal_iface_->set_os_callouts(&bt_os_callouts);
287 const bt_interface_t* hal_iface_; member in class:bluetooth::hal::BluetoothInterfaceImpl
bluetooth_gatt_interface.cc 439 BluetoothGattInterfaceImpl() : hal_iface_(nullptr) {}
442 if (hal_iface_) hal_iface_->cleanup();
470 return hal_iface_->advertiser;
474 return hal_iface_->scanner;
478 return hal_iface_->client;
482 return hal_iface_->server;
505 hal_iface_ = gatt_iface;
533 const btgatt_interface_t* hal_iface_; member in class:bluetooth::hal::BluetoothGattInterfaceImpl

Completed in 898 milliseconds