From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Experimental debug feature requires use of MGMT_INDEX_NONE since it is not an adapter specific feature. --- src/adapter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/adapter.c b/src/adapter.c index b771cf66ade3..549a6c0b8324 100644 --- a/src/adapter.c +++ b/src/adapter.c @@ -10019,7 +10019,7 @@ static void exp_debug_func(struct btd_adapter *adapter, uint8_t action) cp.action = action; if (exp_mgmt_send(adapter, MGMT_OP_SET_EXP_FEATURE, - adapter->dev_id, sizeof(cp), &cp, + MGMT_INDEX_NONE, sizeof(cp), &cp, set_exp_debug_complete)) return; -- 2.50.1