Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dhci_metrics_logging.cc894 LinkKeyRequestNegativeReplyView link_key_request_negative_reply_view = in log_classic_pairing_command_status()
895 LinkKeyRequestNegativeReplyView::Create(std::move(security_command_view)); in log_classic_pairing_command_status()
1075 LinkKeyRequestNegativeReplyView::Create(std::move(security_command_view)); in log_classic_pairing_command_complete()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h3625LinkKeyRequestNegativeReplyView : public SecurityCommandView { public:static LinkKeyRequestNegativ… in CreateOptional()
3627LinkKeyRequestNegativeReplyView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared… in CreateOptional()
3641 explicit LinkKeyRequestNegativeReplyView(SecurityCommandView parent) : SecurityCommandView(std::mov… in CreateOptional() function
22501 static std::unique_ptr<LinkKeyRequestNegativeReplyBuilder> FromView(LinkKeyRequestNegativeReplyView in Create()
22522 …s(std::vector<uint8_t> captured_packet) {LinkKeyRequestNegativeReplyView view = LinkKeyRequestNega…
22525 … std::vector<uint8_t>(data, data + size);LinkKeyRequestNegativeReplyView view = LinkKeyRequestNega…