mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-26 13:44:23 +08:00
tools/l2cap-tester: Fix sending right req code in tests
This commit is contained in:
parent
a4ddde38bf
commit
fd6f39b0f2
@ -556,7 +556,7 @@ static void client_new_conn(uint16_t handle, void *user_data)
|
||||
tester_print("Sending L2CAP Request from client");
|
||||
|
||||
bthost = hciemu_client_get_host(data->hciemu);
|
||||
bthost_l2cap_req(bthost, handle, BT_L2CAP_PDU_CONN_REQ,
|
||||
bthost_l2cap_req(bthost, handle, l2data->send_req_code,
|
||||
l2data->send_req, l2data->send_req_len,
|
||||
cb, data);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user