Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/bluetooth/hci/
Dhci_ambiq.c172 case BT_HCI_OP_READ_LOCAL_FEATURES: { in hci_event_filter()
/Zephyr-latest/tests/bluetooth/hci_prop_evt/src/
Dmain.c188 { BT_HCI_OP_READ_LOCAL_FEATURES,
/Zephyr-latest/tests/bluetooth/host_long_adv_recv/src/
Dmain.c215 { BT_HCI_OP_READ_LOCAL_FEATURES, sizeof(struct bt_hci_rp_read_local_features),
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h865 #define BT_HCI_OP_READ_LOCAL_FEATURES BT_OP(BT_OGF_INFO, 0x0003) /* 0x1003 */ macro
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.c3279 err = bt_hci_cmd_send_sync(BT_HCI_OP_READ_LOCAL_FEATURES, NULL, &rsp); in common_init()
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c1318 case BT_OCF(BT_HCI_OP_READ_LOCAL_FEATURES): in info_cmd_handle()