Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager_test.cc618 auto update_view = LeConnectionUpdateView::Create( in TEST_F()
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.cc1953 auto command_view = bluetooth::hci::LeConnectionUpdateView::Create(command); in LeConnectionUpdate()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h10416LeConnectionUpdateView : public LeConnectionManagementCommandView { public:static LeConnectionUpda… in CreateOptional()
10418 …c LeConnectionUpdateView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::v… in CreateOptional()
10446 explicit LeConnectionUpdateView(LeConnectionManagementCommandView parent) : LeConnectionManagementC… in CreateOptional() function
34054 static std::unique_ptr<LeConnectionUpdateBuilder> FromView(LeConnectionUpdateView view) {if (!view.… in Create()
34077 …mpareBytes(std::vector<uint8_t> captured_packet) {LeConnectionUpdateView view = LeConnectionUpdate…
34080 …uto vec = std::vector<uint8_t>(data, data + size);LeConnectionUpdateView view = LeConnectionUpdate…