Home
last modified time | relevance | path

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

/system/bt/vendor_libs/test_vendor_lib/include/hci/
Dop_code.h60 READ_REMOTE_VERSION_INFORMATION = LINK_CONTROL | 0x001D, enumerator
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Ddual_mode_controller.cc214 SET_HANDLER(OpCode::READ_REMOTE_VERSION_INFORMATION, HciReadRemoteVersionInformation); in DualModeController()
342 …link_layer_controller_.SendCommandToRemoteByHandle(OpCode::READ_REMOTE_VERSION_INFORMATION, args, … in HciReadRemoteVersionInformation()
344 SendCommandStatus(status, OpCode::READ_REMOTE_VERSION_INFORMATION); in HciReadRemoteVersionInformation()
Dlink_layer_controller.cc257 case (hci::OpCode::READ_REMOTE_VERSION_INFORMATION): in IncomingCommandPacket()
624 case (hci::OpCode::READ_REMOTE_VERSION_INFORMATION): { in IncomingResponsePacket()