mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2025-01-22 20:35:57 +08:00
Get mode option for L2CAP sockets
This commit is contained in:
parent
82c56e3892
commit
85bf920f1f
@ -839,6 +839,9 @@ static gboolean l2cap_get(int sock, GError **err, BtIOOption opt1,
|
||||
}
|
||||
memcpy(va_arg(args, uint8_t *), dev_class, 3);
|
||||
break;
|
||||
case BT_IO_OPT_MODE:
|
||||
*(va_arg(args, uint8_t *)) = l2o.mode;
|
||||
break;
|
||||
default:
|
||||
g_set_error(err, BT_IO_ERROR, BT_IO_ERROR_INVALID_ARGS,
|
||||
"Unknown option %d", opt);
|
||||
|
Loading…
Reference in New Issue
Block a user