Bojan Potočnik

Results 5 issues of Bojan Potočnik

If specific adapter is not provided as a parameter, default adapter is selected automatically as a first adapter out of all powered adapter in the system, instead of using hardcoded...

Backend: BlueZ

UART callback functions (except TX) already returned status codes, but they were never checked, resulting in blocking states in case of UART errors. This PR adds return code to UART...

Consider the following use case (using kernel `5.4.0-131-generic` and bluez 5.66): 1. Central and peripheral BLE devices pair using passkey pairing 2. `Paired` property of the device is set to...

As described in https://github.com/hbldh/bleak/issues/1136, if kernel does not support Advertising Monitor, the failure to _Add Advertisement Patterns Monitor_ is not propagated. Example using `btmgmt`, where the error is detected because...

Solves https://github.com/hbldh/bleak/issues/1136