Home
last modified time | relevance | path

Searched refs:HCI_OP_CREATE_PHY_LINK (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/net/bluetooth/
Damp.c422 cp = hci_sent_cmd_data(hdev, HCI_OP_CREATE_PHY_LINK); in create_phylink_complete()
459 hci_req_add(&req, HCI_OP_CREATE_PHY_LINK, sizeof(cp), &cp); in amp_create_phylink()
/linux-6.1.9/include/net/bluetooth/
Dhci.h888 #define HCI_OP_CREATE_PHY_LINK 0x0435 macro