Gilles Boccon-Gibod
4b25eed869
Merge pull request #570 from google/gbg/bench-mobly-snippets
...
bench mobly snippets
2024-10-28 10:25:28 -07:00
Gilles Boccon-Gibod
0a20f14ea9
address PR comments
2024-10-15 15:26:19 -07:00
Gilles Boccon-Gibod
009649abd1
remove unused section
2024-10-09 21:43:47 -07:00
Gilles Boccon-Gibod
855a007116
fix type checker
2024-10-09 21:34:03 -07:00
Gilles Boccon-Gibod
d064de35e0
wip
2024-10-09 21:34:03 -07:00
Gilles Boccon-Gibod
dab4d13303
wip
2024-10-09 21:34:03 -07:00
Gilles Boccon-Gibod
c91695c23a
wip
2024-10-04 18:13:31 -07:00
Gilles Boccon-Gibod
55f99e6887
wip
2024-10-04 18:13:31 -07:00
zxzxwu
e5666c0510
Merge pull request #565 from zxzxwu/controller
...
Add codecs info in controller info app
2024-10-01 15:35:32 +08:00
Josh Wu
347fe8b272
Add codecs info in controller info app
2024-09-30 00:24:06 +08:00
Gilles Boccon-Gibod
e7f9acb421
add support for selecting the identity address
2024-09-14 15:14:10 -07:00
Gilles Boccon-Gibod
ab6e595bcb
fix typing
2024-08-12 08:31:40 -07:00
Gilles Boccon-Gibod
f08fac8c8a
catch ATT errors
2024-08-12 08:31:40 -07:00
Gilles Boccon-Gibod
a699520188
fix after rebase merge
2024-08-12 08:31:40 -07:00
Gilles Boccon-Gibod
f66633459e
wip
2024-08-12 08:31:40 -07:00
Gilles Boccon-Gibod
f3b776c343
wip
2024-08-12 08:31:37 -07:00
Gilles Boccon-Gibod
de7b99ce34
wip
2024-08-12 08:29:32 -07:00
Gilles Boccon-Gibod
ad94c1e1f3
Merge pull request #509 from AlanRosenthal/discover
...
device.py: Add discover_all() api
2024-07-11 18:34:29 -07:00
Alan Rosenthal
e09c91df8e
console.py: Use Address.generate_static_address
2024-07-10 18:51:46 +00:00
Alan Rosenthal
df206667b6
device.py: Add discover_all() api
2024-07-10 13:24:08 -04:00
Gilles Boccon-Gibod
79122313a6
Merge pull request #489 from google/gbg/basic-auracast-app
...
basic auracast app
2024-06-12 10:06:30 -07:00
Gilles Boccon-Gibod
ea493480a9
remove duplicated lines
2024-06-11 13:23:35 -07:00
Gilles Boccon-Gibod
658f641a53
add manufacturer data
2024-06-11 13:21:04 -07:00
Gilles Boccon-Gibod
00edd1fbf8
post-rebase fixes
2024-06-10 10:30:59 -07:00
Gilles Boccon-Gibod
999d7b07e1
wip
2024-06-09 11:39:44 -07:00
Gilles Boccon-Gibod
dea907be86
attempt to fix pandora test (+3 squashed commits)
...
Squashed commits:
[759372d] address PR comments
[2f2a275] wip
[cc86b98] wip
wip
address PR comments
attempt to fix pandora test
2024-06-03 18:22:29 -07:00
Gilles Boccon-Gibod
f5baf51132
improve DLC parameters
2024-06-03 18:11:13 -07:00
Gilles Boccon-Gibod
f2dc8bd84e
wip (+2 squashed commits)
...
Squashed commits:
[451a295] wip
[ed7b5b6] wip (+1 squashed commit)
Squashed commits:
[9d938c8] wip
wip
wip
2024-05-30 14:59:22 -07:00
Josh Wu
1b66f03dbe
ASCS: Add Source ASE operations
2024-05-27 14:48:23 +08:00
Gilles Boccon-Gibod
e6913a3055
Merge pull request #457 from google/gbg/bench-ascyncio-main
...
delay creation of runner object
2024-04-02 21:39:37 -06:00
Gilles Boccon-Gibod
58d4ab913a
update black formatter to version 24
2024-04-01 14:44:46 -07:00
Gilles Boccon-Gibod
76bca03fe3
format with the project's version of black
2024-04-01 14:39:34 -07:00
Gilles Boccon-Gibod
f1e5c9e59e
delay creation of runner object
2024-04-01 14:25:38 -07:00
Gilles Boccon-Gibod
38981cefa1
pad index field
2024-02-28 11:46:35 -08:00
Gilles Boccon-Gibod
f2d601f411
show timestamps from snoop logs
2024-02-27 16:40:37 -08:00
Gilles Boccon-Gibod
a877283360
add rfcomm options and fix l2cap mtu negotiation
2024-02-05 08:56:59 -08:00
Josh Wu
10e53553d7
Add RFCOMM and SDP helpers
2024-02-03 13:13:35 +08:00
Michael Mogenson
2a764fd6bb
controller_loopback: LE support and max packet count
...
Bound the packet count CLI option. We're using the L2CAP header CID for
a paket ID, so the max packet count value has to fit into this 16-bit
field.
Add support for controllers that are LE only by checking the
le_acl_packet_queue.max_size.
Tested with 65535 max packet count. Took 138 seconds at 481 kB/s with a
USB BT dongle.
2024-01-31 10:26:51 -05:00
Gilles Boccon-Gibod
5a83734a00
Merge pull request #388 from google/gbg/scan-with-irk
...
allow passing IRKs as arguments to scan.py
2024-01-19 11:37:02 -08:00
Josh Wu
eff05afb7a
LE read remote features
2024-01-09 11:30:08 +08:00
Gilles Boccon-Gibod
56eb5a933b
Merge pull request #394 from google/gbg/hci-latency
...
add support for HCI latency probing
2024-01-08 09:21:00 -08:00
Gilles Boccon-Gibod
5f377c024b
format
2024-01-05 12:26:54 -08:00
Gilles Boccon-Gibod
00cd8fbdd0
compatibility with recent host ACL property changes
2024-01-05 12:17:09 -08:00
Gilles Boccon-Gibod
aeeff18428
add support for HCI latency probing
2024-01-05 10:26:04 -08:00
Michael Mogenson
c48e3f5e9c
Merge pull request #393 from mogenson/controller-loopback
...
apps: Add a controller loopback throughput test app
2024-01-05 13:13:30 -05:00
Michael Mogenson
d6bbc1145a
apps: Add a controller loopback throughput test app
...
Add a command line utility to open a transport to a BT controller, put
the controller into local loopback mode, and send and receive ACL data
packets. Record the time it takes to send and receive all packets and
calculate a throughput measurement in kB/s.
This utility is usefull for characterizing the speed of a transport to a
BT controller (such as a TCP socket or serial port) without having to
deal with a connected peer or the variability of over the air
transmissions.
The transport CLI argument is required. The packet size and packet
count arguments are optional. They default to the same values as the
bumble-bench app.
2024-01-05 10:01:24 -05:00
Gilles Boccon-Gibod
80d84af76c
Merge pull request #392 from google/gbg/l2cap-drain
...
l2cap & rfcomm drain support
2024-01-03 09:59:36 -08:00
Gilles Boccon-Gibod
8f4721758f
fix typo
2024-01-03 09:53:17 -08:00
Gilles Boccon-Gibod
8864af4acd
format
2024-01-02 11:35:11 -08:00
Gilles Boccon-Gibod
8980fb8cc7
add drain support and a few tool options
2024-01-02 11:07:52 -08:00