Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/hci_prop_evt/src/
Dmain.c173 struct bt_hci_rp_le_read_supp_states *rp; in le_read_supp_states()
204 sizeof(struct bt_hci_rp_le_read_supp_states),
/Zephyr-latest/tests/bluetooth/host_long_adv_recv/src/
Dmain.c201 struct bt_hci_rp_le_read_supp_states *rp; in le_read_supp_states()
222 { BT_HCI_OP_LE_READ_SUPP_STATES, sizeof(struct bt_hci_rp_le_read_supp_states),
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h1253 struct bt_hci_rp_le_read_supp_states { struct
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.c3234 struct bt_hci_rp_le_read_supp_states *rp = (void *)buf->data; in le_read_supp_states_complete()
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c1512 struct bt_hci_rp_le_read_supp_states *rp; in le_read_supp_states()