Home
last modified time | relevance | path

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

/openbmc/linux/include/net/bluetooth/
H A Dhci.h863 #define HCI_OP_SETUP_SYNC_CONN 0x0428 macro
/openbmc/linux/net/bluetooth/
H A Dhci_conn.c454 if (hci_send_cmd(hdev, HCI_OP_SETUP_SYNC_CONN, sizeof(cp), &cp) < 0) in hci_setup_sync_conn()
H A Dhci_event.c2627 cp = hci_sent_cmd_data(hdev, HCI_OP_SETUP_SYNC_CONN); in hci_cs_setup_sync_conn()
4310 HCI_CS(HCI_OP_SETUP_SYNC_CONN, hci_cs_setup_sync_conn),