Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/bluetooth/
Dhci.h1586 #define HCI_OP_LE_SET_DEFAULT_PHY 0x2031 macro
/Linux-v5.4/net/bluetooth/
Dhci_event.c1100 cp = hci_sent_cmd_data(hdev, HCI_OP_LE_SET_DEFAULT_PHY); in hci_cc_le_set_default_phy()
3445 case HCI_OP_LE_SET_DEFAULT_PHY: in hci_cmd_complete_evt()
Dhci_core.c858 hci_req_add(req, HCI_OP_LE_SET_DEFAULT_PHY, sizeof(cp), &cp); in hci_init4_req()
Dmgmt.c3522 hci_req_add(&req, HCI_OP_LE_SET_DEFAULT_PHY, sizeof(cp_phy), &cp_phy); in set_phy_configuration()