Home
last modified time | relevance | path

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

/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.c502 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.c582 set_event_mask(BT_HCI_OP_LE_SET_EVENT_MASK); in prepare_controller()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/tester/src/
Dmain.c617 set_event_mask(BT_HCI_OP_LE_SET_EVENT_MASK); in test_procedure_0()
/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/misc/hfc_multilink/tester/src/
Dtester.c643 set_event_mask(BT_HCI_OP_LE_SET_EVENT_MASK); in entrypoint_tester()
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.c3323 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_EVENT_MASK, sizeof(*cp_mask)); in le_set_event_mask()
3465 return bt_hci_cmd_send_sync(BT_HCI_OP_LE_SET_EVENT_MASK, buf, NULL); in le_set_event_mask()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h1051 #define BT_HCI_OP_LE_SET_EVENT_MASK BT_OP(BT_OGF_LE, 0x0001) /* 0x2001 */ macro
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c4501 case BT_OCF(BT_HCI_OP_LE_SET_EVENT_MASK):