Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
toppk
/
bleak
Public
forked from
hbldh/bleak
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Jul 2, 2020
add CHANGELOG.rst to sdist
toppk
committed
a5664f2
View commit details
Copy full SHA for a5664f2
Browse repository at this point
Commits on Jun 30, 2020
Merge pull request #232 from hbldh/release/v0.7.0
Show description for 5e8f8de
hbldh
authored
5e8f8de
View commit details
Copy full SHA for 5e8f8de
Browse repository at this point
Last minute fix for #234
Show description for 6780ccb
hbldh
committed
6780ccb
View commit details
Copy full SHA for 6780ccb
Browse repository at this point
CHANGELOG fix.
hbldh
committed
fb1779b
View commit details
Copy full SHA for fb1779b
Browse repository at this point
Version bump
hbldh
committed
831cc85
View commit details
Copy full SHA for 831cc85
Browse repository at this point
Merge pull request #233 from dlech/patch-1
Show description for c011488
hbldh
authored
c011488
View commit details
Copy full SHA for c011488
Browse repository at this point
Add David Lechner as contributor
dlech
authored
3a3831a
View commit details
Copy full SHA for 3a3831a
Browse repository at this point
Documentation commit.
Show description for 2dae081
hbldh
committed
2dae081
View commit details
Copy full SHA for 2dae081
Browse repository at this point
Setting pyobjc deps to be open ended upwards
hbldh
committed
d6f4a6f
View commit details
Copy full SHA for d6f4a6f
Browse repository at this point
Obtaining the device path from BlueZ instead of creating it by hand.
Show description for 39fba6a
hbldh
committed
39fba6a
View commit details
Copy full SHA for 39fba6a
Browse repository at this point
Improved handling of txdbus connection object at disconnect in BlueZ backend.
Show description for c267f9a
hbldh
committed
c267f9a
View commit details
Copy full SHA for c267f9a
Browse repository at this point
Merge pull request #231 from hbldh/feature/handles
Show description for 545ed72
hbldh
authored
545ed72
View commit details
Copy full SHA for 545ed72
Browse repository at this point
Changes for BlueZ backend handling of handles.
Show description for 8533ffd
hbldh
committed
8533ffd
View commit details
Copy full SHA for 8533ffd
Browse repository at this point
Changed macOS example uuids
hbldh
committed
91bcacc
View commit details
Copy full SHA for 91bcacc
Browse repository at this point
CHANGELOG.rst updated with details about handles and the new characteristics handling
hbldh
committed
d2f0886
View commit details
Copy full SHA for d2f0886
Browse repository at this point
CHANGELOG.rst modified for removed method.
Show description for c6edf27
hbldh
committed
c6edf27
View commit details
Copy full SHA for c6edf27
Browse repository at this point
Changed handle usage in BlueZ backend
hbldh
committed
b1358ba
View commit details
Copy full SHA for b1358ba
Browse repository at this point
Changed handle usage in .NET backend
hbldh
committed
dfdc1bb
View commit details
Copy full SHA for dfdc1bb
Browse repository at this point
Changed handle usage in Core Bluetooth backend
Show description for 8d86969
hbldh
committed
8d86969
View commit details
Copy full SHA for 8d86969
Browse repository at this point
Changed handle usage in interface classes
hbldh
committed
07274c9
View commit details
Copy full SHA for 07274c9
Browse repository at this point
Use characteristic handle to identify characteristic instead of characteristic UUID. Fix ssue #139.
Plinio Andrade
authored and
hbldh
committed
125175a
View commit details
Copy full SHA for 125175a
Browse repository at this point
Updated docstrings for BlueZ scanning filters
hbldh
committed
e5ec779
View commit details
Copy full SHA for e5ec779
Browse repository at this point
Merge branch 'feature/macos-206-105-211-215' into develop
hbldh
committed
b5d1c27
View commit details
Copy full SHA for b5d1c27
Browse repository at this point
Changelog entry about fixes in #227.
Show description for ad2f8eb
hbldh
committed
ad2f8eb
View commit details
Copy full SHA for ad2f8eb
Browse repository at this point
Made example script for two device in same thread. (From #105)
hbldh
committed
5a58e28
View commit details
Copy full SHA for 5a58e28
Browse repository at this point
Merge pull request #227 from pybricks/cb-fixes
Show description for ffc237b
hbldh
authored
ffc237b
View commit details
Copy full SHA for ffc237b
Browse repository at this point
Commits on Jun 26, 2020
Fix Darwin dependencies
Show description for e1ee35a
dlech
committed
e1ee35a
View commit details
Copy full SHA for e1ee35a
Browse repository at this point
Remove corebluetooth global central manager.
Show description for 304b695
dlech
committed
304b695
View commit details
Copy full SHA for 304b695
Browse repository at this point
Replace NSRunLoop with dispatch queue
Show description for 6064096
dlech
committed
6064096
View commit details
Copy full SHA for 6064096
Browse repository at this point
implement register_detection_callback in CoreBluetooth
dlech
committed
815e503
View commit details
Copy full SHA for 815e503
Browse repository at this point
fix enumeration of devices in CoreBluetooth backend
Show description for e5d7207
dlech
committed
e5d7207
View commit details
Copy full SHA for e5d7207
Browse repository at this point
fix race condition in core bluetooth startup
Show description for 9830c82
dlech
committed
9830c82
View commit details
Copy full SHA for 9830c82
Browse repository at this point
use CBManagerState constants
Show description for d53a60d
dlech
committed
d53a60d
View commit details
Copy full SHA for d53a60d
Browse repository at this point
spelling
dlech
committed
d75fd2c
View commit details
Copy full SHA for d75fd2c
Browse repository at this point
remove unused task in CoreBluetooth backend
Show description for e493590
dlech
committed
e493590
View commit details
Copy full SHA for e493590
Browse repository at this point
Previous
Next
You can’t perform that action at this time.