Home
last modified time | relevance | path

Searched refs:UserConfirmationRequestReply (Results 1 – 7 of 7) sorted by relevance

/system/bt/vendor_libs/test_vendor_lib/model/controller/
Ddual_mode_controller.h179 void UserConfirmationRequestReply(CommandView args);
Dlink_layer_controller.h66 ErrorCode UserConfirmationRequestReply(const Address& peer);
Ddual_mode_controller.cc131 SET_SUPPORTED(USER_CONFIRMATION_REQUEST_REPLY, UserConfirmationRequestReply); in DualModeController()
672 void DualModeController::UserConfirmationRequestReply(CommandView command) { in UserConfirmationRequestReply() function in test_vendor_lib::DualModeController
679 auto status = link_layer_controller_.UserConfirmationRequestReply(peer); in UserConfirmationRequestReply()
Dlink_layer_controller.cc1951 ErrorCode LinkLayerController::UserConfirmationRequestReply( in UserConfirmationRequestReply() function in test_vendor_lib::LinkLayerController
/system/bt/stack/include/
Dhcimsgs.h112 void (*UserConfirmationRequestReply)(const RawAddress& bd_addr, bool is_yes); member
/system/bt/stack/hcic/
Dhcicmds.cc1922 .UserConfirmationRequestReply = btsnd_hcic_user_conf_reply, // OCF 0x042C,
/system/bt/gd/hci/
Dhci_packets.pdl1228 packet UserConfirmationRequestReply : SecurityCommand (op_code = USER_CONFIRMATION_REQUEST_REPLY) {