Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/facade/
Dacl_manager_facade.cc162 GET_CONNECTION(ChangeConnectionLinkKeyView::Create(command_view)); in ConnectionCommand()
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.cc1060 auto command_view = bluetooth::hci::ChangeConnectionLinkKeyView::Create(command); in ChangeConnectionLinkKey()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h3870ChangeConnectionLinkKeyView : public ConnectionManagementCommandView { public:static ChangeConnect… in CreateOptional()
3872ChangeConnectionLinkKeyView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std… in CreateOptional()
3888 explicit ChangeConnectionLinkKeyView(ConnectionManagementCommandView parent) : ConnectionManagement… in CreateOptional() function
22930 static std::unique_ptr<ChangeConnectionLinkKeyBuilder> FromView(ChangeConnectionLinkKeyView view) {… in Create()
22953 …Bytes(std::vector<uint8_t> captured_packet) {ChangeConnectionLinkKeyView view = ChangeConnectionLi…
22956 …ec = std::vector<uint8_t>(data, data + size);ChangeConnectionLinkKeyView view = ChangeConnectionLi…