Loading system/gd/hci/hci_packets.pdl +2 −2 Original line number Diff line number Diff line Loading @@ -1530,7 +1530,7 @@ packet ReadAuthenticationEnableComplete : CommandComplete (command_op_code = REA authentication_enable : AuthenticationEnable, } packet WriteAuthenticationEnable : CommandPacket (op_code = WRITE_AUTHENTICATION_ENABLE) { packet WriteAuthenticationEnable : SecurityCommand (op_code = WRITE_AUTHENTICATION_ENABLE) { authentication_enable : AuthenticationEnable, } Loading Loading @@ -1911,7 +1911,7 @@ packet ReadSecureConnectionsHostSupportComplete : CommandComplete (command_op_co secure_connections_host_support : Enable, } packet WriteSecureConnectionsHostSupport : CommandPacket (op_code = WRITE_SECURE_CONNECTIONS_HOST_SUPPORT) { packet WriteSecureConnectionsHostSupport : SecurityCommand (op_code = WRITE_SECURE_CONNECTIONS_HOST_SUPPORT) { secure_connections_host_support : Enable, } Loading system/gd/hci/security_interface.h +1 −0 Original line number Diff line number Diff line Loading @@ -43,6 +43,7 @@ class SecurityInterface { hci::EventCode::IO_CAPABILITY_REQUEST, hci::EventCode::IO_CAPABILITY_RESPONSE, hci::EventCode::REMOTE_OOB_DATA_REQUEST, hci::EventCode::SIMPLE_PAIRING_COMPLETE, hci::EventCode::USER_PASSKEY_NOTIFICATION, hci::EventCode::KEYPRESS_NOTIFICATION, hci::EventCode::USER_CONFIRMATION_REQUEST, hci::EventCode::USER_PASSKEY_REQUEST, }; }; } // namespace hci Loading Loading
system/gd/hci/hci_packets.pdl +2 −2 Original line number Diff line number Diff line Loading @@ -1530,7 +1530,7 @@ packet ReadAuthenticationEnableComplete : CommandComplete (command_op_code = REA authentication_enable : AuthenticationEnable, } packet WriteAuthenticationEnable : CommandPacket (op_code = WRITE_AUTHENTICATION_ENABLE) { packet WriteAuthenticationEnable : SecurityCommand (op_code = WRITE_AUTHENTICATION_ENABLE) { authentication_enable : AuthenticationEnable, } Loading Loading @@ -1911,7 +1911,7 @@ packet ReadSecureConnectionsHostSupportComplete : CommandComplete (command_op_co secure_connections_host_support : Enable, } packet WriteSecureConnectionsHostSupport : CommandPacket (op_code = WRITE_SECURE_CONNECTIONS_HOST_SUPPORT) { packet WriteSecureConnectionsHostSupport : SecurityCommand (op_code = WRITE_SECURE_CONNECTIONS_HOST_SUPPORT) { secure_connections_host_support : Enable, } Loading
system/gd/hci/security_interface.h +1 −0 Original line number Diff line number Diff line Loading @@ -43,6 +43,7 @@ class SecurityInterface { hci::EventCode::IO_CAPABILITY_REQUEST, hci::EventCode::IO_CAPABILITY_RESPONSE, hci::EventCode::REMOTE_OOB_DATA_REQUEST, hci::EventCode::SIMPLE_PAIRING_COMPLETE, hci::EventCode::USER_PASSKEY_NOTIFICATION, hci::EventCode::KEYPRESS_NOTIFICATION, hci::EventCode::USER_CONFIRMATION_REQUEST, hci::EventCode::USER_PASSKEY_REQUEST, }; }; } // namespace hci Loading