mirror of
https://github.com/meshcore-dev/meshcore_py.git
synced 2026-04-20 22:13:49 +00:00
Implement BLE PIN pairing support for enhanced security
* Implement BLE pin pairing support with comprehensive tests and documentation
This commit is contained in:
parent
60e065b5f6
commit
29003b94dc
7 changed files with 273 additions and 3 deletions
|
|
@ -53,7 +53,7 @@ class TestBLEConnection(unittest.TestCase):
|
|||
|
||||
# Assert
|
||||
ble_conn.rx_char.write_gatt_char.assert_called_once_with(
|
||||
ble_conn.rx_char, data_to_send, response=False
|
||||
ble_conn.rx_char, data_to_send, response=True
|
||||
)
|
||||
|
||||
def _get_mock_bleak_client(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue