Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/hci_prop_evt/src/
Dmain.c183 sizeof(struct bt_hci_rp_read_local_version_info),
/Zephyr-latest/tests/bluetooth/host_long_adv_recv/src/
Dmain.c211 { BT_HCI_OP_READ_LOCAL_VERSION_INFO, sizeof(struct bt_hci_rp_read_local_version_info),
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h839 struct bt_hci_rp_read_local_version_info { struct
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.c3090 struct bt_hci_rp_read_local_version_info *rp = (void *)buf->data; in read_local_ver_complete()
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c777 struct bt_hci_rp_read_local_version_info *rp; in read_local_version_info()