Home
last modified time | relevance | path

Searched refs:HCI_OP_LE_CREATE_CIS (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/include/net/bluetooth/
Dhci.h2097 #define HCI_OP_LE_CREATE_CIS 0x2064 macro
/linux-6.1.9/net/bluetooth/
Dhci_conn.c1923 return hci_send_cmd(hdev, HCI_OP_LE_CREATE_CIS, sizeof(cmd.cp) + in hci_create_cis_sync()
Dhci_event.c4226 cp = hci_sent_cmd_data(hdev, HCI_OP_LE_CREATE_CIS); in hci_cs_le_create_cis()
4280 HCI_CS(HCI_OP_LE_CREATE_CIS, hci_cs_le_create_cis),