Searched refs:hal_callbacks (Results 1 – 2 of 2) sorted by relevance
103 struct hal_callbacks;105 hal_callbacks* hal_callbacks_;
227 struct HciLayer::hal_callbacks : public hal::HciHalCallbacks { struct in bluetooth::hci::HciLayer228 hal_callbacks(HciLayer& module) : module_(module) {} in hal_callbacks() argument359 hal_callbacks_ = new hal_callbacks(*this); in Start()