summaryrefslogtreecommitdiff
path: root/monitor/lmp.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2017-01-30 01:30:15 -0800
committerMarcel Holtmann <marcel@holtmann.org>2017-01-30 01:30:15 -0800
commite2a7659cc807d097fa36d918a602a98b4b4081c9 (patch)
treefbfbb36e1fab566b0ef06325b3bff2586663e80f /monitor/lmp.c
parent4bbda01455040dc07239d6b12b3dc809f6618e3d (diff)
downloadbluez-e2a7659cc807d097fa36d918a602a98b4b4081c9.tar.gz
monitor: Add LMP PDUs for Bluetooth 5.0
Diffstat (limited to 'monitor/lmp.c')
-rw-r--r--monitor/lmp.c3
1 files changed, 3 insertions, 0 deletions
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" },
{ }
};