Home
last modified time | relevance | path

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

/system/bt/vendor_libs/test_vendor_lib/model/controller/
Ddual_mode_controller.h212 void HciReadAuthenticationEnable(packets::PacketView<true> args);
Ddual_mode_controller.cc167 SET_HANDLER(OpCode::READ_AUTHENTICATION_ENABLE, HciReadAuthenticationEnable); in DualModeController()
576 void DualModeController::HciReadAuthenticationEnable(packets::PacketView<true> args) { in HciReadAuthenticationEnable() function in test_vendor_lib::DualModeController