Searched refs:LeSetEventMask (Results 1 – 7 of 7) sorted by relevance
115 MOCK_METHOD(void, LeSetEventMask, (uint64_t le_event_mask));
131 virtual void LeSetEventMask(uint64_t le_event_mask);
380 controller_->LeSetEventMask(new_le_event_mask); in TEST_F()
1027 void Controller::LeSetEventMask(uint64_t le_event_mask) { in LeSetEventMask() function in bluetooth::hci::Controller
2855 packet LeSetEventMask : Command (op_code = LE_SET_EVENT_MASK) {
395 void LeSetEventMask(CommandView args);
207 SET_SUPPORTED(LE_SET_EVENT_MASK, LeSetEventMask); in DualModeController()1553 void DualModeController::LeSetEventMask(CommandView command) { in LeSetEventMask() function in test_vendor_lib::DualModeController