Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/main/shim/
Dbtm_api.cc41 GetController()->LeSetEventMask(0); in BTM_ClearEventMask()
121 GetController()->LeSetEventMask(applied_le_mask); in BTM_SetDefaultEventMaskExcept()
/packages/modules/Bluetooth/tools/rootcanal/test/LL/CIS/PER/
DBV_02_C.py67 controller.send_cmd(hci.LeSetEventMask(le_event_mask=0xffffffffffffffff))
DBV_01_C.py71 controller.send_cmd(hci.LeSetEventMask(le_event_mask=0xffffffffffffffff))
/packages/modules/Bluetooth/system/gd/hci/
Dcontroller_mock.h142 MOCK_METHOD(void, LeSetEventMask, (uint64_t le_event_mask));
Dcontroller_interface_mock.h147 MOCK_METHOD(void, LeSetEventMask, (uint64_t le_event_mask));
Dcontroller_interface.h160 virtual void LeSetEventMask(uint64_t le_event_mask) = 0;
Dcontroller.h167 virtual void LeSetEventMask(uint64_t le_event_mask) override;
Dcontroller_test.cc483 controller_->LeSetEventMask(new_le_event_mask); in TEST_F()
Dcontroller.cc1458 void Controller::LeSetEventMask(uint64_t le_event_mask) { in LeSetEventMask() function in bluetooth::hci::Controller
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.h394 void LeSetEventMask(CommandView command);
Ddual_mode_controller.cc1836 void DualModeController::LeSetEventMask(CommandView command) { in LeSetEventMask() function in rootcanal::DualModeController
4455 {OpCode::LE_SET_EVENT_MASK, &DualModeController::LeSetEventMask},
/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/
Dpy_hal.py185 self.send_hci_command(hci.LeSetEventMask(le_event_mask=self.le_event_mask))
/packages/modules/Bluetooth/tools/rootcanal/py/
Dcontroller.py258 controller.send_cmd(hci.LeSetEventMask(le_event_mask=0xffffffffffffffff))
/packages/modules/Bluetooth/tools/rootcanal/packets/
Dhci_packets.pdl3043 packet LeSetEventMask : Command (op_code = LE_SET_EVENT_MASK) {
/packages/modules/Bluetooth/system/pdl/hci/
Dhci_packets.pdl3219 packet LeSetEventMask : Command (op_code = LE_SET_EVENT_MASK) {