Diff between 88f597d3298a5f1933f117b2b0f73ebb649148a7 and 2d0b8b0bb215eb73a09518576bff94db197b3b30

Changed Files

File Additions Deletions Status
btio/btio.c +1 -0 modified

Full Patch

diff --git a/btio/btio.c b/btio/btio.c
index 7208259..44c2f9b 100644
--- a/btio/btio.c
+++ b/btio/btio.c
@@ -790,6 +790,7 @@ static gboolean parse_set_opts(struct set_opts *opts, GError **err,
 			opts->psm = va_arg(args, int);
 			break;
 		case BT_IO_OPT_CID:
+			opts->type = BT_IO_L2CAP;
 			opts->cid = va_arg(args, int);
 			break;
 		case BT_IO_OPT_MTU: