Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/hci_prop_evt/src/
Dmain.c162 struct bt_hci_rp_le_read_local_features *rp; in le_read_local_features()
201 sizeof(struct bt_hci_rp_le_read_local_features),
/Zephyr-latest/tests/bluetooth/host_long_adv_recv/src/
Dmain.c190 struct bt_hci_rp_le_read_local_features *rp; in le_read_local_features()
220 { BT_HCI_OP_LE_READ_LOCAL_FEATURES, sizeof(struct bt_hci_rp_le_read_local_features),
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h1040 struct bt_hci_rp_le_read_local_features { struct
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.c3103 struct bt_hci_rp_le_read_local_features *rp = (void *)buf->data; in read_le_features_complete()
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c1422 struct bt_hci_rp_le_read_local_features *rp; in le_read_local_features()