Searched refs:hal_callbacks (Results 1 – 2 of 2) sorted by relevance
150 struct hal_callbacks;152 hal_callbacks* hal_callbacks_;
533 struct HciLayer::hal_callbacks : public hal::HciHalCallbacks { struct in bluetooth::hci::HciLayer534 hal_callbacks(HciLayer& module) : module_(module) {} in hal_callbacks() function815 hal_callbacks_ = new hal_callbacks(*this); in Start()