Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/hci/
H A Dcontroller_mock.h115 MOCK_METHOD(void, LeSetEventMask, (uint64_t le_event_mask));
H A Dcontroller.h131 virtual void LeSetEventMask(uint64_t le_event_mask);
H A Dcontroller_test.cc380 controller_->LeSetEventMask(new_le_event_mask); in TEST_F()
H A Dcontroller.cc1027 void Controller::LeSetEventMask(uint64_t le_event_mask) { in LeSetEventMask() function in bluetooth::hci::Controller
H A Dhci_packets.pdl2855 packet LeSetEventMask : Command (op_code = LE_SET_EVENT_MASK) {
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/controller/
H A Ddual_mode_controller.h395 void LeSetEventMask(CommandView args);
H A Ddual_mode_controller.cc207 SET_SUPPORTED(LE_SET_EVENT_MASK, LeSetEventMask); in DualModeController()
1553 void DualModeController::LeSetEventMask(CommandView command) { in LeSetEventMask() function in test_vendor_lib::DualModeController