Home
last modified time | relevance | path

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

/system/bt/vendor_libs/test_vendor_lib/model/controller/
Ddual_mode_controller.h131 void LinkKeyRequestReply(CommandView args);
Dlink_layer_controller.h56 ErrorCode LinkKeyRequestReply(const Address& address,
Ddual_mode_controller.cc203 SET_SUPPORTED(LINK_KEY_REQUEST_REPLY, LinkKeyRequestReply); in DualModeController()
1491 void DualModeController::LinkKeyRequestReply(CommandView command) { in LinkKeyRequestReply() function in test_vendor_lib::DualModeController
1497 auto status = link_layer_controller_.LinkKeyRequestReply(addr, key); in LinkKeyRequestReply()
Dlink_layer_controller.cc1774 ErrorCode LinkLayerController::LinkKeyRequestReply( in LinkKeyRequestReply() function in test_vendor_lib::LinkLayerController
/system/bt/stack/include/
Dhcimsgs.h76 void (*LinkKeyRequestReply)(const RawAddress& bd_addr, member
/system/bt/stack/hcic/
Dhcicmds.cc1893 .LinkKeyRequestReply = btsnd_hcic_link_key_req_reply, // OCF 0x040B
/system/bt/gd/hci/
Dhci_packets.pdl1005 packet LinkKeyRequestReply : SecurityCommand (op_code = LINK_KEY_REQUEST_REPLY) {