projects
/
platform
/
upstream
/
bluez.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1a8554
)
l2test: Enable hex input for PSM
author
Simon Mikuda
<simon.mikuda@streamunlimited.com>
Tue, 28 Mar 2023 05:26:18 +0000
(07:26 +0200)
committer
Ayush Garg
<ayush.garg@samsung.com>
Fri, 5 Jan 2024 10:41:34 +0000
(16:11 +0530)
tools/l2test.c
patch
|
blob
|
history
diff --git
a/tools/l2test.c
b/tools/l2test.c
index
1a7a6ae
..
e70ed67
100755
(executable)
--- a/
tools/l2test.c
+++ b/
tools/l2test.c
@@
-1584,7
+1584,7
@@
int main(int argc, char *argv[])
break;
case 'P':
- psm =
atoi(optarg
);
+ psm =
strtoul(optarg, NULL, 0
);
break;
case 'I':