mirror of
https://github.com/meshcore-dev/meshcore_py.git
synced 2026-06-11 11:56:18 +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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user