Charlie Boutier
7d0b4ef4e0
pandora_server: Parse FLAGS into advertising data
...
Bug: 328089785
2024-03-18 09:20:55 -07:00
Charlie Boutier
313340f1c6
intel driver: check the vendorId and productId
2024-03-15 10:53:33 -07:00
Charlie Boutier
e8ed69fb09
pyusb: Collect vendorId and productId as metadata
2024-03-15 10:53:33 -07:00
David Duarte
16d5cf6770
usb: Add usb path moniker
...
Add a new moniker for usb and pyusb driver allowing
to select the usb device using its bus id and port
path like `usb:3-3.4.1`.
2024-03-15 09:17:39 -07:00
Gilles Boccon-Gibod
a2caf1deb2
Merge pull request #448 from BenjaminLawson/bump-avatar
...
Bump pandora-avatar to 0.0.8
2024-03-14 20:49:28 -07:00
Ben Lawson
01bfdd2c98
Bump pandora-avater to 0.0.8
2024-03-14 14:13:27 -07:00
Gilles Boccon-Gibod
4a60df108a
Merge pull request #447 from BenjaminLawson/bump-rootcanal
...
Bump rootcanal to 1.9.0
v0.0.187
2024-03-14 14:00:36 -07:00
Ben Lawson
ad48109748
Bump rootcanal to 1.9.0
2024-03-14 13:15:02 -07:00
Gilles Boccon-Gibod
44c51c13ac
Merge pull request #445 from google/gbg/driver-probe-fix
...
fix intel driver probe
v0.0.186
2024-03-12 12:51:08 -07:00
Gilles Boccon-Gibod
7507be1eab
update metadata when setting the host controller directly
2024-03-12 11:50:47 -07:00
Gilles Boccon-Gibod
cbe9446dcf
fix intel driver probe
2024-03-12 09:54:20 -07:00
Charlie Boutier
174930399a
intel: send vsc INTEL_DDC_CONFIG_WRITE
...
This VSC enable host-initiated role-switching after connection.
Implement this VSC in a driver fashion.
Test: avatar security_test with the Bluetooth Dongle Intel BE200
2024-03-11 09:15:18 -07:00
Gilles Boccon-Gibod
1f3aee5566
Merge pull request #438 from BenjaminLawson/pandora-extended-advertising
...
Implement Pandora extended advertising
2024-03-07 20:36:56 -08:00
Ben Lawson
256044a789
Implement Pandora extended advertising
...
Support setting the PHY of Pandora scans.
2024-03-07 16:18:49 -08:00
Gilles Boccon-Gibod
e554bd1033
Merge pull request #434 from google/gbg/show-timestamps
...
show timestamps from snoop logs
2024-02-29 11:44:23 -08: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
zxzxwu
6e7c64c1de
Merge pull request #431 from zxzxwu/rust
...
Bump Rust to 1.76.0
2024-02-23 15:14:30 +08:00
Josh Wu
565d51f4db
Bump Rust to 1.76.0
...
```
error: failed to compile `cargo-all-features v1.10.0`, intermediate artifacts can be found at `/tmp/cargo-installshCmAG`
Caused by:
package `clap v4.5.1` cannot be built because it requires rustc 1.74 or newer, while the currently active rustc version is 1.70.0
Try re-running cargo install with `--locked`
```
2024-02-22 15:22:20 +08:00
Gilles Boccon-Gibod
de8f3d9c1e
Merge pull request #426 from akuker/patch-1
...
Add clarification to short circuit list feature
2024-02-12 21:22:14 -08:00
Tony Kuker
cde6d48690
Add clarification to short circuit list feature
2024-02-12 12:22:36 -06:00
zxzxwu
02180088b3
Merge pull request #425 from zxzxwu/command
...
Refactor command supporting list
2024-02-07 21:45:52 +08:00
zxzxwu
90f49267d1
Merge pull request #424 from zxzxwu/adv
...
Fix double-disable legacy advertising set
2024-02-06 16:13:51 +08:00
Josh Wu
0e6d69cd7b
Refactor command supporting list
2024-02-06 12:06:00 +08:00
Josh Wu
9eccc583d5
Fix double-disable legacy advertising set
...
When legacy advertising set is disabled passively(by set termination),
the legacy advertising set won't be released, and the next
stop_advertising() call will try to disable it again and cause an error.
2024-02-06 12:00:30 +08:00
Gilles Boccon-Gibod
f4aeaa6eb3
Merge pull request #422 from google/gbg/bench-rfcomm-params
...
add rfcomm options and fix l2cap mtu negotiation
v0.0.185
2024-02-05 09:14:16 -08:00
Gilles Boccon-Gibod
d7489a644a
update websockets version (for better typecheck)
2024-02-05 09:07:39 -08:00
Gilles Boccon-Gibod
a877283360
add rfcomm options and fix l2cap mtu negotiation
2024-02-05 08:56:59 -08:00
zxzxwu
6d91e7e79b
Merge pull request #423 from zxzxwu/vcp
...
Fix Lint error in VCP example
2024-02-06 00:40:05 +08:00
Josh Wu
567146b143
Fix Lint error in VCP example
2024-02-04 21:23:22 +08:00
zxzxwu
1a3272d7ca
Merge pull request #412 from zxzxwu/vcp
...
Add Volume Control Service
2024-02-04 00:42:51 +08:00
zxzxwu
1ee1ff0b62
Merge pull request #420 from zxzxwu/rfc
...
Add RFCOMM and SDP context manager and search helper
2024-02-04 00:42:24 +08:00
zxzxwu
729fd97748
Merge pull request #419 from zxzxwu/feat
...
Add local LMP feature reader
2024-02-03 13:51:19 +08:00
Josh Wu
e308051885
Add LMP feature reader
2024-02-03 13:29:25 +08:00
Josh Wu
10e53553d7
Add RFCOMM and SDP helpers
2024-02-03 13:13:35 +08:00
Gilles Boccon-Gibod
ef0b30d059
Merge pull request #382 from google/gbg/extended-advertising-v2
...
extended advertising v2
2024-02-02 20:43:28 -08:00
Gilles Boccon-Gibod
e7e9f9509a
update rootcanal version
2024-02-02 20:33:19 -08:00
zxzxwu
c6cfd101df
Merge pull request #415 from zxzxwu/hfp
...
HFP: State memory and event emission
2024-02-02 11:36:53 +08:00
Josh Wu
d2dcf063ee
HFP: State memory and event emit
2024-02-01 12:08:43 +08:00
Michael Mogenson
d15bc7d664
Merge pull request #417 from mogenson/controller-loopback-cid-range
...
controller_loopback: LE support and max packet count
2024-01-31 21:13:21 -05:00
zxzxwu
e4364d18a7
Merge pull request #418 from zxzxwu/rfc
...
RFCOMM: Slightly refactor and correct constants
v0.0.184
2024-02-01 01:30:53 +08:00
Josh Wu
6a34c9f224
RFCOMM: Slightly refactor and correct constants
2024-02-01 01:18:56 +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
Josh Wu
3e8ce38eba
Add Volume Control Service
2024-01-31 10:04:30 +08:00
Gilles Boccon-Gibod
8d2f37aa7a
inclusive language
2024-01-28 19:09:39 -08:00
Gilles Boccon-Gibod
b7b70ebcbb
address PR comments
2024-01-28 19:09:37 -08:00
Gilles Boccon-Gibod
8ba91f4986
fix assert
2024-01-28 19:02:32 -08:00
Gilles Boccon-Gibod
79a5e953bc
comply with limits for certain advertising event types
2024-01-28 19:02:32 -08:00
Gilles Boccon-Gibod
20de5ea250
format
2024-01-28 19:02:32 -08:00
Gilles Boccon-Gibod
bad9ce272c
add doc
2024-01-28 19:02:32 -08:00