Home
last modified time | relevance | path

Searched refs:HCI_OP_LE_SET_DEFAULT_PHY (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/include/net/bluetooth/
Dhci.h1663 #define HCI_OP_LE_SET_DEFAULT_PHY 0x2031 macro
/Linux-v5.10/net/bluetooth/
Dhci_event.c1164 cp = hci_sent_cmd_data(hdev, HCI_OP_LE_SET_DEFAULT_PHY); in hci_cc_le_set_default_phy()
3564 case HCI_OP_LE_SET_DEFAULT_PHY: in hci_cmd_complete_evt()
Dhci_core.c897 hci_req_add(req, HCI_OP_LE_SET_DEFAULT_PHY, sizeof(cp), &cp); in hci_init4_req()
Dmgmt.c3594 hci_req_add(&req, HCI_OP_LE_SET_DEFAULT_PHY, sizeof(cp_phy), &cp_phy); in set_phy_configuration()