Home
last modified time | relevance | path

Searched refs:BT_HCI_OP_LE_RAND (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.4.0/tests/bluetooth/hci_prop_evt/src/
Dmain.c198 { BT_HCI_OP_LE_RAND,
/Zephyr-Core-3.4.0/tests/bluetooth/host_long_adv_recv/src/
Dmain.c211 { BT_HCI_OP_LE_RAND, sizeof(struct bt_hci_rp_le_rand), generic_success },
/Zephyr-Core-3.4.0/include/zephyr/bluetooth/
Dhci_types.h1044 #define BT_HCI_OP_LE_RAND BT_OP(BT_OGF_LE, 0x0018) macro
/Zephyr-Core-3.4.0/subsys/bluetooth/host/
Dhci_core.c374 err = bt_hci_cmd_send_sync(BT_HCI_OP_LE_RAND, NULL, &rsp); in bt_hci_le_rand()
/Zephyr-Core-3.4.0/subsys/bluetooth/controller/hci/
Dhci.c4295 case BT_OCF(BT_HCI_OP_LE_RAND):