Home
last modified time | relevance | path

Searched refs:BT_HCI_OP_LE_SET_EVENT_MASK (Results 1 – 12 of 12) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/
Dhci_ecc.c366 case BT_HCI_OP_LE_SET_EVENT_MASK: in bt_hci_ecc_send()
Dhci_core.c3331 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_EVENT_MASK, sizeof(*cp_mask)); in le_set_event_mask()
3484 return bt_hci_cmd_send_sync(BT_HCI_OP_LE_SET_EVENT_MASK, buf, NULL); in le_set_event_mask()
/Zephyr-latest/tests/bluetooth/hci_prop_evt/src/
Dmain.c197 { BT_HCI_OP_LE_SET_EVENT_MASK,
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/peer/src/
Dpeer.c501 set_event_mask(BT_HCI_OP_LE_SET_EVENT_MASK); in prepare_controller()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/tester/src/
Dmain.c528 set_event_mask(BT_HCI_OP_LE_SET_EVENT_MASK); in prepare_controller()
/Zephyr-latest/tests/bluetooth/host_long_adv_recv/src/
Dmain.c219 { BT_HCI_OP_LE_SET_EVENT_MASK, sizeof(struct bt_hci_evt_cc_status), generic_success },
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/tester/src/
Dmain.c580 set_event_mask(BT_HCI_OP_LE_SET_EVENT_MASK); in prepare_controller()
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/tester/src/
Dmain.c576 set_event_mask(BT_HCI_OP_LE_SET_EVENT_MASK); in prepare_controller()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/tester/src/
Dmain.c615 set_event_mask(BT_HCI_OP_LE_SET_EVENT_MASK); in test_procedure_0()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/tester/src/
Dtester.c642 set_event_mask(BT_HCI_OP_LE_SET_EVENT_MASK); in entrypoint_tester()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h1027 #define BT_HCI_OP_LE_SET_EVENT_MASK BT_OP(BT_OGF_LE, 0x0001) /* 0x2001 */ macro
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c4466 case BT_OCF(BT_HCI_OP_LE_SET_EVENT_MASK):