Gilles Boccon-Gibod
cb7ca44a1c
Merge pull request #512 from AlanRosenthal/favicon
...
Add favicon.ico to docs folder
2024-07-11 18:27:19 -07:00
Gilles Boccon-Gibod
4081b93407
Merge pull request #513 from AlanRosenthal/devcontainer
...
Add devcontainer.json
2024-07-11 18:24:09 -07:00
Alan Rosenthal
26203ebaad
Add devcontainer.json
...
devcontainer.json allows github's codespaces to be created with bumble's dependencies already installed
2024-07-11 18:47:32 +00:00
Alan Rosenthal
3389e3e1ed
device.py: Update get_characteristics_by_uuid()
...
`get_characteristics_by_uuid()` now allows a UUID to be passed to the
service param. This allows for users to easily query for a service uuid
and characteristic uuid with one API.
2024-07-11 18:05:41 +00:00
Alan Rosenthal
7e1f01c01e
Add favicon.ico to docs folder
...
Generated via: realfavicongenerator.net
validated via:
```
$ icotool -l favicon.ico
--icon --index=1 --width=48 --height=48 --bit-depth=32 --palette-size=0
--icon --index=2 --width=32 --height=32 --bit-depth=32 --palette-size=0
--icon --index=3 --width=16 --height=16 --bit-depth=32 --palette-size=0
```
2024-07-11 09:47:19 -04:00
Gilles Boccon-Gibod
613e15548a
Merge pull request #511 from AlanRosenthal/random
...
console.py: Use Address.generate_static_address
2024-07-10 13:45:52 -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
0f19dd5263
Merge pull request #508 from google/web-readme
...
Add tip about disabling caching to web's readme
2024-07-09 09:17:25 -07:00
Alan Rosenthal
b98e4937f3
Add tip about disabling caching to web's readme
2024-07-09 13:48:53 +00:00
Alan Rosenthal
c2c46e9ace
Create inv web.build
...
This command will build a wheel, copy it in the web directory, and create a file `packageFile` with the name of the wheel. If the correct override param is given, bumble.js will read `packageFile` and load that package.
2024-07-09 09:32:21 -04:00
Gilles Boccon-Gibod
27791cf218
emit delay_report
2024-07-03 13:51:15 -07:00
Gilles Boccon-Gibod
32a41a815d
Merge pull request #502 from google/gbg/extended-advertising-termination-reverse
...
support out of order advertising set termination / connection events
v0.0.197
v0.0.196
v0.0.195
2024-06-18 16:42:06 -07:00
Gilles Boccon-Gibod
df5fc2ddfe
add test
2024-06-12 10:13:57 -07: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
d7d03e2e92
Merge pull request #504 from google/gbg/bench-role-change
...
bench role change
2024-06-12 10:06:11 -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
Josh Wu
f8a2d4f0e0
Reorganize exceptions
...
* Add BaseBumbleException as a "real" root error
* Add several core error classes and properly replace builtin errors
with them
* Add several error classes for specific modules (transport, device)
2024-06-11 16:13:08 +08: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
2e3aeb8648
support out of order advertising set termination / connection events
2024-06-05 16:29:31 -07:00
Gilles Boccon-Gibod
f910a696ad
Merge pull request #499 from google/gbg/rfcomm-bridge
...
rfcomm bridge app
v0.0.194
2024-06-05 11:18:13 -07:00
Gilles Boccon-Gibod
e1d10bc482
add rfcomm disconnect test
2024-06-05 10:03:27 -07:00
Gilles Boccon-Gibod
181467f11b
Merge pull request #500 from google/gbg/fix-advertising-auto-restart
...
fix legacy advertising auto restart
v0.0.193
2024-06-04 06:39:54 -07:00
Gilles Boccon-Gibod
394137b6f7
fix legacy advertising auto restart
2024-06-03 19:08:46 -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
zxzxwu
090309302f
Merge pull request #372 from zxzxwu/source
...
ASCS Source Implementation
2024-05-29 13:17:51 +08:00
Charlie Boutier
28e6229b24
Fix: Preserve transport metadata
...
Preserve transport metadata when wrapping with SnoopingTransport
2024-05-28 09:20:53 -07:00
Josh Wu
1b66f03dbe
ASCS: Add Source ASE operations
2024-05-27 14:48:23 +08:00
Gilles Boccon-Gibod
e34f6b5fd3
Merge pull request #484 from google/gbg/quick-fix-002
...
fix incorrect var reference
2024-05-13 16:11:42 -07:00
Gilles Boccon-Gibod
8a0482c947
Merge pull request #485 from google/gbg/gh-action-py312
...
add python 3.12 to GH actions
2024-05-13 16:11:25 -07:00
zxzxwu
938a189f3f
Merge pull request #478 from zxzxwu/config
...
Make DeviceConfiguration dataclass
2024-05-13 16:57:15 +08:00
Gilles Boccon-Gibod
2005b4a11b
python 3.12 compatibility
2024-05-12 12:54:52 -07:00
Gilles Boccon-Gibod
951fdc8bdd
add python 3.12 to GH actions
2024-05-12 12:07:05 -07:00
Gilles Boccon-Gibod
12af7a526c
fix incorrect var reference
2024-05-12 11:59:05 -07:00
zxzxwu
8781943646
Merge pull request #483 from zxzxwu/rfc
...
RFCOMM: Handle packets received before DLC sink set
2024-05-10 16:34:57 +08:00
Gilles Boccon-Gibod
7fbfdb634c
Merge pull request #481 from google/gbg/command-status-fix
...
allow checking results for HCI_Command_Status_Event
2024-05-09 19:50:10 -07:00
Josh Wu
9682077f6b
RFCOMM: Avoid receive packets before DLC sink set
2024-05-09 17:57:13 +08:00
Gilles Boccon-Gibod
22eb405fde
Merge pull request #482 from servusdei2018/main
...
bumble.js(PacketSink): Implement asynchronous packet processing
2024-05-08 20:16:04 -07:00
zxzxwu
593c61973f
Merge pull request #480 from zxzxwu/hfp-ag
...
HFP: Add AG example and fix errors
2024-05-07 17:50:01 +08:00
Josh Wu
ccff32102f
HFP: Add example and fix AG errors
2024-05-07 00:36:52 +08:00
Nate
851d62c6c9
bumble.js(PacketSink): Implement asynchronous packet processing
2024-05-05 15:03:22 -04:00
Josh Wu
a5ac5f26e2
Make DeviceConfiguration dataclass
2024-05-05 17:25:01 +08:00
Gilles Boccon-Gibod
090158820f
allow checking results for HCI_Command_Status_Event
2024-05-04 12:17:05 -07:00
zxzxwu
26e6650038
Merge pull request #477 from zxzxwu/hfp-ag
...
Fix HFP query call status
2024-05-02 01:17:17 +08:00
Josh Wu
c48568aabe
Fix HFP query call status
2024-04-30 03:13:38 +00:00
zxzxwu
1b33c9eb74
Merge pull request #475 from zxzxwu/hfp-ag
...
Add more HFP command suppport
2024-04-26 12:01:20 +08:00