Yegor Pomortsev
654030e789
Add tests for batched HFP commands/responses; reformat
2024-10-21 16:32:20 -07:00
Yegor Pomortsev
e1714c16cc
HFP: Fix reading multiple AT commands from a single data packet
...
The `data` received in `_read_at` may have multiple commands.
This fixes `execute_command` timing out when waiting for an `OK`
response when it is in the same data buffer, e.g. during SLC
initialization: b'\r\n+BRSF: 3904\r\n\r\nOK\r\n'
2024-10-18 13:21:24 -07:00
William Escande
23f46b36b3
HAP: wait for pairing event ( #551 )
2024-10-10 11:34:44 -07:00
Gilles Boccon-Gibod
f5443a9826
Merge pull request #564 from initializedd/fix-typo-in-comment
...
Fix typo in comment
2024-10-08 21:56:06 -07:00
zxzxwu
e5666c0510
Merge pull request #565 from zxzxwu/controller
...
Add codecs info in controller info app
2024-10-01 15:35:32 +08:00
initializedd
9e663ad051
Clarify Bluetooth address comments
2024-09-30 18:39:02 +01:00
Josh Wu
347fe8b272
Add codecs info in controller info app
2024-09-30 00:24:06 +08:00
Gilles Boccon-Gibod
d56c4d0a11
Merge pull request #563 from initializedd/fix-whitespace
...
Fix whitespace
2024-09-27 18:31:59 -07:00
initializedd
35bef7d7b7
Fix whitespace
2024-09-27 20:49:30 +01:00
initializedd
d069708c79
Support netsim.ini tmpdir on linux
2024-09-27 19:25:49 +01:00
Slvr
bdba5c9d95
pyusb: check devices_in_use before removal ( #559 )
2024-09-24 13:40:58 -07:00
zxzxwu
ff659383f9
Merge pull request #556 from zxzxwu/default
...
Replace mutable default values
2024-09-21 16:18:13 +08:00
Josh Wu
f06a35713f
Replace unsafe default values
2024-09-18 21:09:08 +08:00
Slvr
737abdc481
aics: make it a secondary service ( #555 )
...
* aics: make it a secondary service
---------
Co-authored-by: zxzxwu <92432172+zxzxwu@users.noreply.github.com >
2024-09-17 16:06:47 -07:00
Josh Wu
dfdf37019c
Remove att.CommonErrorCode
2024-09-14 00:50:19 +08:00
zxzxwu
56ca19600b
Merge pull request #552 from zxzxwu/hci
...
Add some HCI commands and events
2024-09-13 13:46:19 +08:00
Slvr
cd9feeb455
Implement AICS ( #547 )
...
* aics: Implement AICS and tests
2024-09-12 08:51:20 -07:00
Josh Wu
f8e5b88be6
Add some HCI commands and events
2024-09-12 22:31:54 +08:00
Gilles Boccon-Gibod
0f71a63b42
Merge pull request #534 from hkpeprah/ford/bug/rtk-edimax-2
...
[Bug] Edimax BLE Dongle Fails After Teardown and Re-Instantiation
2024-09-11 09:00:02 -07:00
Ford Peprah
b7259abe3c
Fix typing errors.
2024-09-10 10:59:46 -04:00
William Escande
00e660d410
Implement Hap support ( #532 )
...
* Implement Hap
2024-09-09 16:24:22 -07:00
Ford Peprah
88e3a2b87f
Fix linting errors.
2024-09-09 10:54:01 -04:00
Ford Peprah
aa658418bc
Bug: Edimax BLE Dongle Fails After Teardown and Re-Instantiation
...
This patch addresses an issue where the some RTK BLE dongles fail to perform
an HCI reset after the transport is torn down and re-instantiated. To address
that, we prevent crashing the background threads when invalid data comes in,
and time out if no response is received within a fixed amount of time. When
the timeout occurs, we retry the reset, and ultimately skip over reading the
local version information if that fails.
2024-09-09 10:54:01 -04:00
Josh Wu
8051c23375
Return ATT_Error_Response on rejected write
2024-09-08 01:12:51 +08:00
zxzxwu
7b34bb4050
Merge pull request #548 from zxzxwu/gatt
...
Fix TBS Characteristics UUID
2024-09-05 22:58:50 +08:00
Josh Wu
fe38ab35cf
Fix TBS Characteristics UUID
2024-09-05 17:59:28 +08:00
Charlie Boutier
1256170985
Pandora: refactor l2cap service
...
* Craft the PandoraChannel from the connection_handle and the source_cid
* Fix race on waitDisconnection
* Add ChannelContext to enable mutliple channels on the service
2024-09-03 15:52:40 +00:00
zxzxwu
4394a36332
Merge pull request #526 from Gopi-SB/oob
...
DH Key compute check modification for OOB Pairing
2024-08-29 16:56:45 +08:00
Gopi Sakshihally Bhuthaiah
0c9fd64434
DH Key compute check modification for OOB Pairing
2024-08-29 08:46:53 +00:00
Samad Atoro
2e99153696
Pandora: Add L2CAP service
2024-08-23 16:38:29 -07:00
zxzxwu
54a6f3cb36
Merge pull request #536 from zxzxwu/asha
...
Refactor ASHA service implementation and examples
2024-08-24 01:19:42 +08:00
Charlie Boutier
4a691c11d4
pyusb: allow to detect multiple usb dongle
...
Allow to detect multiple usb dongle by just provind the pid/vid
2024-08-23 08:22:43 -07:00
Gilles Boccon-Gibod
a311c3f723
hotfix for usb transport
2024-08-22 22:26:44 -07:00
Josh Wu
04311b4c90
Refactor ASHA service and integrate with examples
2024-08-22 12:53:19 +08:00
Josh Wu
597560ff80
Ignore invalid local resolvable address
2024-08-21 00:11:14 +08:00
Josh Wu
2248f9ae5e
Correct HID type annotations
2024-08-13 23:13:33 +08:00
Gopi Sakshihally Bhuthaiah
c44c89cc6e
DH Key compute check modification for OOB Pairing
2024-08-13 02:10:41 +00:00
Gilles Boccon-Gibod
03c79aacb2
Merge pull request #529 from google/gbg/broadcast-assistant
...
basic broadcast assistant functionality
2024-08-12 13:02:50 -07:00
zxzxwu
0c31713a8e
Merge pull request #528 from zxzxwu/rpa
...
Fix CTKD failure introduced by Host RPA generation
2024-08-13 01:30:19 +08:00
Gilles Boccon-Gibod
9dd814f32e
strict compliance check
2024-08-12 08:31:40 -07:00
Gilles Boccon-Gibod
a699520188
fix after rebase merge
2024-08-12 08:31:40 -07:00
Gilles Boccon-Gibod
f3b776c343
wip
2024-08-12 08:31:37 -07:00
Gilles Boccon-Gibod
de7b99ce34
wip
2024-08-12 08:29:32 -07:00
Gilles Boccon-Gibod
c0b17d9aff
Merge pull request #530 from google/gbg/usb-no-parser
...
don't user a parser for a usb source
2024-08-12 08:21:19 -07:00
Josh Wu
c6b3deb8df
Fix CTKD failure introduced by Host RPA generation
2024-08-12 15:13:40 +08:00
Gopi Sakshihally Bhuthaiah
414f2f3efb
DH Key compute check modification for OOB Pairing
2024-08-12 07:00:51 +00:00
Gilles Boccon-Gibod
a0b5606047
don't user a parser for a usb source
2024-08-11 20:57:45 -07:00
Gopi Sakshihally Bhuthaiah
ed00d44ae1
DH Key compute check modification for OOB Pairing
2024-08-09 17:30:19 +00:00
Josh Wu
3824e38485
Support Interlaced Scan config
2024-08-09 22:09:26 +08:00
Gopi Sakshihally Bhuthaiah
b164524380
DH Key compute check modification for OOB Pairing
2024-08-08 10:31:26 +00:00