From e2a7659cc807d097fa36d918a602a98b4b4081c9 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 30 Jan 2017 01:30:15 -0800 Subject: [PATCH] monitor: Add LMP PDUs for Bluetooth 5.0 --- monitor/lmp.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/monitor/lmp.c b/monitor/lmp.c index e7e6b25fc..b87b5496e 100644 --- a/monitor/lmp.c +++ b/monitor/lmp.c @@ -821,6 +821,9 @@ static const struct lmp_data lmp_table[] = { { LMP_ESC4(32), "LMP_power_control_res", power_control_res, 1, true }, { LMP_ESC4(33), "LMP_ping_req", ping_req, 0, true }, { LMP_ESC4(34), "LMP_ping_res", ping_res, 0, true }, + { LMP_ESC4(35), "LMP_SAM_set_type0" }, + { LMP_ESC4(36), "LMP_SAM_define_map" }, + { LMP_ESC4(37), "LMP_SAM_switch" }, { } }; -- 2.47.3