mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-29 07:04:19 +08:00
monitor: Add missing number of completed packets event mask
This commit is contained in:
parent
611af82a18
commit
9e9f054a2e
@ -1688,6 +1688,7 @@ static const struct {
|
||||
{ 15, "Hardware Error" },
|
||||
{ 16, "Flush Occurred" },
|
||||
{ 17, "Role Change" },
|
||||
{ 18, "Number of Completed Packets" },
|
||||
{ 19, "Mode Change" },
|
||||
{ 20, "Return Link Keys" },
|
||||
{ 21, "PIN Code Request" },
|
||||
@ -5393,7 +5394,7 @@ static const struct event_data event_table[] = {
|
||||
disconn_logic_link_complete_evt, 4, true },
|
||||
{ 0x47, "Flow Spec Modify Complete",
|
||||
flow_spec_modify_complete_evt, 3, true },
|
||||
{ 0x48, "Number Of Completed Data Blocks",
|
||||
{ 0x48, "Number of Completed Data Blocks",
|
||||
num_completed_data_blocks_evt, 3, false },
|
||||
{ 0x49, "AMP Start Test" },
|
||||
{ 0x4a, "AMP Test End" },
|
||||
|
Loading…
Reference in New Issue
Block a user