J. Nick Koston
|
e6834f25ed
|
Fix bulk and single Bluetooth parser coexistence (#5073)
|
2023-07-10 09:08:46 +12:00 |
|
Fredrik Gustafsson
|
29571a1acd
|
implement pairing for bluetooth proxy (#4475)
* default to just-works encryption
This patch will turn on encryption when making active connections in order to comply with just-works BLE encryption.
* Revert "default to just-works encryption"
This reverts commit 05bc9e9f1cca9c41cbc7434379cbd5eb6dbb1034.
* implement pair method
* adhere to clang formatter
* fix oopsie
* bump bluetooth_proxy_version
* add auth callback
* generate new protos
* fix another oopsie
* add pairing status to connection
* clear paired on connect()
* lint
* add unpair ("forget") ble method
* compile protos
* fix oopsie
* add missing unpairing method
* add unpairing
* fix get_paired return type
* remove unused memcpy
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
* change to is_paired
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
* Update bluetooth_proxy.cpp
* actually add missing method
* send auth cb on set_encryption failure
* cleanup from havin the worst test setup
* lint
* match auth events to bd_addr
* add second addr check to auth cb
* add addr check to third auth cb
---------
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2023-03-06 18:04:35 +00:00 |
|
J. Nick Koston
|
a59ce7bfa2
|
Avoid parsing services with v3 connections without cache (#4117)
Co-authored-by: Daniel Cousens <413395+dcousens@users.noreply.github.com>
Co-authored-by: Maurice Makaay <account+github@makaay.nl>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2022-11-30 09:40:31 +13:00 |
|
J. Nick Koston
|
873de13b3d
|
Fix bluetooth_gatt_write_descriptor never getting a response (#4112)
|
2022-11-29 17:10:02 +13:00 |
|
J. Nick Koston
|
9052947a71
|
Speed up BLE connections (#4093)
|
2022-11-28 13:30:05 +13:00 |
|
Jesse Hills
|
0e66c899ce
|
Allow multiple bluetooth proxy connections (#3971)
|
2022-11-02 23:02:33 +13:00 |
|