aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-30Merge remote-tracking branch 'aosp/upstream-main' into master am: 3a1bed30e8main-16kCharlie Boutier
2022-11-30Merge remote-tracking branch 'aosp/upstream-main' into masterCharlie Boutier
2022-11-30Merge remote-tracking branch 'aosp/upstream-main' into master am: b74fa15783Charlie Boutier
2022-11-29Merge pull request #83 from AlanRosenthal/alan/pytest_fixes_2Gilles Boccon-Gibod
2022-11-29Test all python versions in CIAlan Rosenthal
2022-11-29Merge pull request #89 from google/uael/miscLucas Abel
2022-11-29gatt: fix `CharacteristicDeclaration.__str__` and associated testAbel Lucas
2022-11-29address: fix deprecated use of combined `@classmethod` and `@property`Abel Lucas
2022-11-29device: fix typosAbel Lucas
2022-11-28Merge pull request #75 from google/uael/fixesLucas Abel
2022-11-28Merge pull request #80 from AlanRosenthal/alan/gatt_server_getterGilles Boccon-Gibod
2022-11-28Merge pull request #85 from AlanRosenthal/alan/gatt_server_console2Gilles Boccon-Gibod
2022-11-29Merge remote-tracking branch 'aosp/upstream-main' into masterCharlie Boutier
2022-11-29classic: complete authentication when being the `.authenticate` acceptorAbel Lucas
2022-11-29smp: emit enough information on pairing complete to deduce security levelAbel Lucas
2022-11-29device: fix `.find_connection_by_bd_addr`Abel Lucas
2022-11-29device: introduce BR/EDR pending connectionsAbel Lucas
2022-11-28Add `bumble-console --device-config` support for gatt servicesAlan Rosenthal
2022-11-27Merge pull request #84 from google/gbg/78Gilles Boccon-Gibod
2022-11-27Added class CharacteristicDeclaration, gatt_server gettersAlan Rosenthal
2022-11-25use libusb auto-detach featureGilles Boccon-Gibod
2022-11-25Merge pull request #82 from AlanRosenthal/alan/pytest_fixesGilles Boccon-Gibod
2022-11-23Fix test failuresAlan Rosenthal
2022-11-22device: simplify and fixes remote name requestAbel Lucas
2022-11-22Merge pull request #79 from google/gbg/fix-host-resetGilles Boccon-Gibod
2022-11-22Merge pull request #77 from mogenson/l2cap-on-eventMichael Mogenson
2022-11-21fix sequencing logic broken by earlier mergeGilles Boccon-Gibod
2022-11-21Fix for 'Host' object has no attribute 'add_listener'Michael Mogenson
2022-11-18keys: add a way to remove all bonds from key storeAbel Lucas
2022-11-18Merge pull request #76 from mogenson/connection-error-paramsMichael Mogenson
2022-11-18Swap arguments to ConnectionError in RFCOMM MultiplexerMichael Mogenson
2022-11-15Merge pull request #73 from google/gbg/faster-l2cap-testGilles Boccon-Gibod
2022-11-14lower the number of test cases for l2cap in order to speed up the testGilles Boccon-Gibod
2022-11-14Merge pull request #72 from google/uael/public-str-addressLucas Abel
2022-11-14address: add public information to the stringified valueAbel Lucas
2022-11-13Merge pull request #71 from mogenson/prefer-notifyMichael Mogenson
2022-11-13Add prefer_notify option to gatt_client subscribe()Michael Mogenson
2022-11-11Merge pull request #68 from google/uael/pairing-improvementsLucas Abel
2022-11-11device: handle HCI passkey notification eventAbel Lucas
2022-11-10le: save `own_address_type` on ACL connection for SMP to be able to use the r...Abel Lucas
2022-11-10pairing: always ask user for confirmation, even in `JUST_WORKS` methodAbel Lucas
2022-11-09Merge pull request #65 from google/gbg/fix-classic-connect-awaitGilles Boccon-Gibod
2022-11-09Merge pull request #60 from google/gbg/fix-console-logsGilles Boccon-Gibod
2022-11-09address PR commentsGilles Boccon-Gibod
2022-11-08only force the type if the address is passed as a stringGilles Boccon-Gibod
2022-11-08fix classic connection event filteringGilles Boccon-Gibod
2022-11-08use a formatter object, not a stringGilles Boccon-Gibod
2022-11-08Merge pull request #59 from google/uael/device-cleanupLucas Abel
2022-11-08le: pass `own_address_type` to BLE `Device.connect`Abel Lucas
2022-11-08Merge pull request #58 from AlanRosenthal/mainGilles Boccon-Gibod