Home
last modified time | relevance | path

Searched refs:bt_hci_cp_le_set_random_address (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/tests/bluetooth/hci_prop_evt/src/
Dmain.c210 sizeof(struct bt_hci_cp_le_set_random_address),
/Zephyr-latest/tests/bluetooth/host_long_adv_recv/src/
Dmain.c225 { BT_HCI_OP_LE_SET_RANDOM_ADDRESS, sizeof(struct bt_hci_cp_le_set_random_address),
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h1046 struct bt_hci_cp_le_set_random_address { struct
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c1434 struct bt_hci_cp_le_set_random_address *cmd = (void *)buf->data; in le_set_random_address()