Searched refs:HCI_OP_SETUP_SYNC_CONN (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci.h | 749 #define HCI_OP_SETUP_SYNC_CONN 0x0428 macro
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_conn.c | 321 if (hci_send_cmd(hdev, HCI_OP_SETUP_SYNC_CONN, sizeof(cp), &cp) < 0) in hci_setup_sync()
|
H A D | hci_event.c | 2182 cp = hci_sent_cmd_data(hdev, HCI_OP_SETUP_SYNC_CONN); in hci_cs_setup_sync_conn() 3666 case HCI_OP_SETUP_SYNC_CONN: in hci_cmd_status_evt()
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci.h | 853 #define HCI_OP_SETUP_SYNC_CONN 0x0428 macro
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_conn.c | 505 if (hci_send_cmd(hdev, HCI_OP_SETUP_SYNC_CONN, sizeof(cp), &cp) < 0) in hci_setup_sync_conn()
|
H A D | hci_event.c | 2691 cp = hci_sent_cmd_data(hdev, HCI_OP_SETUP_SYNC_CONN); in hci_cs_setup_sync_conn() 4342 HCI_CS(HCI_OP_SETUP_SYNC_CONN, hci_cs_setup_sync_conn),
|
Completed in 40 milliseconds