Home
last modified time | relevance | path

Searched refs:BT_HCI_OP_LE_READ_PHY (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.c1107 buf = bt_hci_cmd_create(BT_HCI_OP_LE_READ_PHY, sizeof(*cp)); in hci_le_read_phy()
1115 err = bt_hci_cmd_send_sync(BT_HCI_OP_LE_READ_PHY, buf, &rsp); in hci_le_read_phy()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h1428 #define BT_HCI_OP_LE_READ_PHY BT_OP(BT_OGF_LE, 0x0030) /* 0x2030 */ macro
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c4723 case BT_OCF(BT_HCI_OP_LE_READ_PHY):