Home
last modified time | relevance | path

Searched refs:bt_hci_rp_read_local_features (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/tests/bluetooth/hci_prop_evt/src/
Dmain.c140 struct bt_hci_rp_read_local_features *rp; in read_local_features()
189 sizeof(struct bt_hci_rp_read_local_features),
/Zephyr-latest/tests/bluetooth/host_long_adv_recv/src/
Dmain.c168 struct bt_hci_rp_read_local_features *rp; in read_local_features()
215 { BT_HCI_OP_READ_LOCAL_FEATURES, sizeof(struct bt_hci_rp_read_local_features),
/Zephyr-latest/drivers/bluetooth/hci/
Dhci_ambiq.c178 struct bt_hci_rp_read_local_features *rp = in hci_event_filter()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h866 struct bt_hci_rp_read_local_features { struct
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.c3225 struct bt_hci_rp_read_local_features *rp = (void *)buf->data; in read_local_features_complete()
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c1096 struct bt_hci_rp_read_local_features *rp; in read_local_features()