Bluetooth: Add initial implementation of CIS connections
[linux-2.6-block.git] / include / net / bluetooth / hci_sync.h
index 5c4d4cace9c3436086fbb8db69c72316a1d2a8d2..c243cb6869d8bb2ed9dc0454bb526176e347a3e4 100644 (file)
@@ -109,3 +109,6 @@ struct hci_conn;
 int hci_abort_conn_sync(struct hci_dev *hdev, struct hci_conn *conn, u8 reason);
 
 int hci_le_create_conn_sync(struct hci_dev *hdev, struct hci_conn *conn);
+
+int hci_le_remove_cig_sync(struct hci_dev *hdev, u8 handle);
+int hci_le_remove_cig(struct hci_dev *hdev, u8 handle);