Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/hci-spec/
H A Dprotocol.h341 constexpr OpCode kWriteSynchronousFlowControlEnable = variable
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/testing/
H A Dfake_controller.cc2619 RespondWithCommandComplete(hci_spec::kWriteSynchronousFlowControlEnable, in OnWriteSynchronousFlowControlEnableCommand()
2623 RespondWithCommandComplete(hci_spec::kWriteSynchronousFlowControlEnable, in OnWriteSynchronousFlowControlEnableCommand()
4330 case hci_spec::kWriteSynchronousFlowControlEnable: { in HandleReceivedCommandPacket()
4511 case hci_spec::kWriteSynchronousFlowControlEnable: { in HandleReceivedCommandPacket()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/
H A Dadapter.cc1371 hci_spec::kWriteSynchronousFlowControlEnable); in InitializeStep3()