Home
last modified time | relevance | path

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

/linux-4.4.14/net/bluetooth/
Damp.c427 cp = hci_sent_cmd_data(hdev, HCI_OP_CREATE_PHY_LINK); in create_phylink_complete()
464 hci_req_add(&req, HCI_OP_CREATE_PHY_LINK, sizeof(cp), &cp); in amp_create_phylink()
/linux-4.4.14/include/net/bluetooth/
Dhci.h714 #define HCI_OP_CREATE_PHY_LINK 0x0435 macro