Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/hci_prop_evt/src/
Dmain.c200 { BT_HCI_OP_LE_READ_LOCAL_FEATURES,
/Zephyr-latest/tests/bluetooth/host_long_adv_recv/src/
Dmain.c220 { BT_HCI_OP_LE_READ_LOCAL_FEATURES, sizeof(struct bt_hci_rp_le_read_local_features),
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h1039 #define BT_HCI_OP_LE_READ_LOCAL_FEATURES BT_OP(BT_OGF_LE, 0x0003) /* 0x2003 */ macro
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.c3548 err = bt_hci_cmd_send_sync(BT_HCI_OP_LE_READ_LOCAL_FEATURES, NULL, in le_init()
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c4480 case BT_OCF(BT_HCI_OP_LE_READ_LOCAL_FEATURES):