Home
last modified time | relevance | path

Searched refs:BT_HCI_OP_SET_EVENT_MASK (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/tests/bluetooth/hci_prop_evt/src/
Dmain.c194 { BT_HCI_OP_SET_EVENT_MASK,
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/peer/src/
Dpeer.c500 set_event_mask(BT_HCI_OP_SET_EVENT_MASK); in prepare_controller()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/tester/src/
Dmain.c527 set_event_mask(BT_HCI_OP_SET_EVENT_MASK); in prepare_controller()
/Zephyr-latest/tests/bluetooth/host_long_adv_recv/src/
Dmain.c218 { BT_HCI_OP_SET_EVENT_MASK, sizeof(struct bt_hci_evt_cc_status), generic_success },
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/tester/src/
Dmain.c579 set_event_mask(BT_HCI_OP_SET_EVENT_MASK); in prepare_controller()
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/tester/src/
Dmain.c575 set_event_mask(BT_HCI_OP_SET_EVENT_MASK); in prepare_controller()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/tester/src/
Dmain.c614 set_event_mask(BT_HCI_OP_SET_EVENT_MASK); in test_procedure_0()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/tester/src/
Dtester.c641 set_event_mask(BT_HCI_OP_SET_EVENT_MASK); in entrypoint_tester()
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.c3747 buf = bt_hci_cmd_create(BT_HCI_OP_SET_EVENT_MASK, sizeof(*ev)); in set_event_mask()
3796 return bt_hci_cmd_send_sync(BT_HCI_OP_SET_EVENT_MASK, buf, NULL); in set_event_mask()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h553 #define BT_HCI_OP_SET_EVENT_MASK BT_OP(BT_OGF_BASEBAND, 0x0001) /* 0x0c01 */ macro
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c710 case BT_OCF(BT_HCI_OP_SET_EVENT_MASK): in ctrl_bb_cmd_handle()