Bumble

Latest version: v0.0.204

Safety actively analyzes 693883 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 15

0.0.186

What's Changed
* Fix double-disable legacy advertising set by zxzxwu in https://github.com/google/bumble/pull/424
* Refactor command supporting list by zxzxwu in https://github.com/google/bumble/pull/425
* Add clarification to short circuit list feature by akuker in https://github.com/google/bumble/pull/426
* Bump Rust to 1.76.0 by zxzxwu in https://github.com/google/bumble/pull/431
* show timestamps from snoop logs by barbibulle in https://github.com/google/bumble/pull/434
* Implement Pandora extended advertising by BenjaminLawson in https://github.com/google/bumble/pull/438
* intel: send vsc INTEL_DDC_CONFIG_WRITE by SilverBzH in https://github.com/google/bumble/pull/441
* fix intel driver probe by barbibulle in https://github.com/google/bumble/pull/445

New Contributors
* BenjaminLawson made their first contribution in https://github.com/google/bumble/pull/438

**Full Changelog**: https://github.com/google/bumble/compare/v0.0.185...v0.0.186

0.0.185

What's Changed
* controller_loopback: LE support and max packet count by mogenson in https://github.com/google/bumble/pull/417
* HFP: State memory and event emission by zxzxwu in https://github.com/google/bumble/pull/415
* extended advertising v2 by barbibulle in https://github.com/google/bumble/pull/382
* Add local LMP feature reader by zxzxwu in https://github.com/google/bumble/pull/419
* Add RFCOMM and SDP context manager and search helper by zxzxwu in https://github.com/google/bumble/pull/420
* [WIP] Add Volume Control Service by zxzxwu in https://github.com/google/bumble/pull/412
* Fix Lint error in VCP example by zxzxwu in https://github.com/google/bumble/pull/423
* add rfcomm options and fix l2cap mtu negotiation by barbibulle in https://github.com/google/bumble/pull/422


**Full Changelog**: https://github.com/google/bumble/compare/v0.0.184...v0.0.185

0.0.184

What's Changed
* Save Link Key in CTKD over BR/EDR by zxzxwu in https://github.com/google/bumble/pull/402
* Controller: CIS implementation by zxzxwu in https://github.com/google/bumble/pull/397
* Fix HCI_LE_Set_Host_Feature_Command by zxzxwu in https://github.com/google/bumble/pull/404
* allow passing IRKs as arguments to scan.py by barbibulle in https://github.com/google/bumble/pull/388
* Make Advertisement dataclass by zxzxwu in https://github.com/google/bumble/pull/405
* Update the Bumble BT Bench AndroidManifest.xml by suneeshs in https://github.com/google/bumble/pull/408
* update to rootcanal 1.4 by barbibulle in https://github.com/google/bumble/pull/409
* Add bumble-controller-loopback console_scripts by AlanRosenthal in https://github.com/google/bumble/pull/411
* avrcp by barbibulle in https://github.com/google/bumble/pull/337
* Support non-directed address generation offload by zxzxwu in https://github.com/google/bumble/pull/381
* Manage lifecycle of CIS and SCO links in host by zxzxwu in https://github.com/google/bumble/pull/376
* RFCOMM: Slightly refactor and correct constants by zxzxwu in https://github.com/google/bumble/pull/418

New Contributors
* suneeshs made their first contribution in https://github.com/google/bumble/pull/408

**Full Changelog**: https://github.com/google/bumble/compare/v0.0.183...v0.0.184

0.0.183

What's Changed
* LE read remote features by zxzxwu in https://github.com/google/bumble/pull/391
* update credits even without a sink by barbibulle in https://github.com/google/bumble/pull/398
* Pandora host: support advertising interval in advertise by SilverBzH in https://github.com/google/bumble/pull/369
* fix uninitialized variable by barbibulle in https://github.com/google/bumble/pull/399


**Full Changelog**: https://github.com/google/bumble/compare/v0.0.182...v0.0.183

0.0.182

What's Changed
* l2cap & rfcomm drain support by barbibulle in https://github.com/google/bumble/pull/392
* .gitignore: Add venv directories by zxzxwu in https://github.com/google/bumble/pull/389
* CSIP: Encrypted SIRK implementation by zxzxwu in https://github.com/google/bumble/pull/390
* apps: Add a controller loopback throughput test app by mogenson in https://github.com/google/bumble/pull/393
* compatibility with recent host ACL property changes by barbibulle in https://github.com/google/bumble/pull/395
* add support for HCI latency probing by barbibulle in https://github.com/google/bumble/pull/394
* Controller: SCO implementation by zxzxwu in https://github.com/google/bumble/pull/383


**Full Changelog**: https://github.com/google/bumble/compare/v0.0.181...v0.0.182

0.0.181

What's Changed
* CIS and SCO responder support by zxzxwu in https://github.com/google/bumble/pull/344
* Refactor CodingFormat by zxzxwu in https://github.com/google/bumble/pull/357
* Add variable-length bytes field by zxzxwu in https://github.com/google/bumble/pull/358
* Add Published Audio Capabilities Service by zxzxwu in https://github.com/google/bumble/pull/356
* Fix typo by zxzxwu in https://github.com/google/bumble/pull/361
* Remove type: ignore[call-arg] in HCI_Command builders by zxzxwu in https://github.com/google/bumble/pull/360
* android remote proxy cli by barbibulle in https://github.com/google/bumble/pull/363
* a few more HCI constants from the spec by barbibulle in https://github.com/google/bumble/pull/362
* Bump openssl from 0.10.57 to 0.10.60 in /rust by dependabot in https://github.com/google/bumble/pull/351
* Fix ISO packet issues by zxzxwu in https://github.com/google/bumble/pull/364
* Add advertiser classes and handle adv set terminated events by zxzxwu in https://github.com/google/bumble/pull/366
* Audio Stream Control Service by zxzxwu in https://github.com/google/bumble/pull/359
* Android bench app: add support for 2M phy by barbibulle in https://github.com/google/bumble/pull/367
* support drivers that can't use reset directly. by barbibulle in https://github.com/google/bumble/pull/368
* Complete CSIP and CAP by zxzxwu in https://github.com/google/bumble/pull/374
* Add random address generation methods by zxzxwu in https://github.com/google/bumble/pull/379
* Add functions/tool for gen/verifying BLE IRK/RPA by benquike in https://github.com/google/bumble/pull/377
* Improve the linger option of bumble-pair by benquike in https://github.com/google/bumble/pull/378
* Bumble hid device implementation - Application and hid profile by SneKarnataki in https://github.com/google/bumble/pull/345
* сhanged concatenation of strings to f-strings to improve readability by eukub in https://github.com/google/bumble/pull/384
* support per-transport ACL queues by barbibulle in https://github.com/google/bumble/pull/380
* app/bench.py: use logging rather than print() by AlanRosenthal in https://github.com/google/bumble/pull/386
* request MTU change after connection by barbibulle in https://github.com/google/bumble/pull/385
* support async read/write for characteristic values by barbibulle in https://github.com/google/bumble/pull/387

New Contributors
* eukub made their first contribution in https://github.com/google/bumble/pull/384

**Full Changelog**: https://github.com/google/bumble/compare/v0.0.180...v0.0.181

Page 4 of 15

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.