Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/bluetooth/
Dhci.h1539 #define HCI_OP_LE_SET_DEFAULT_PHY 0x2031 macro
/Linux-v4.19/net/bluetooth/
Dhci_event.c1055 cp = hci_sent_cmd_data(hdev, HCI_OP_LE_SET_DEFAULT_PHY); in hci_cc_le_set_default_phy()
3326 case HCI_OP_LE_SET_DEFAULT_PHY: in hci_cmd_complete_evt()
Dhci_core.c857 hci_req_add(req, HCI_OP_LE_SET_DEFAULT_PHY, sizeof(cp), &cp); in hci_init4_req()
Dmgmt.c3527 hci_req_add(&req, HCI_OP_LE_SET_DEFAULT_PHY, sizeof(cp_phy), &cp_phy); in set_phy_configuration()