mirror of
https://github.com/google/bumble.git
synced 2026-07-14 14:10:50 +00:00
address: add public information to the stringified value
This affect the way security keys are stored. For instance the same key can be used both as public and random, and it need to be stored separately one from each other.
This commit is contained in:
+1
-1
@@ -59,7 +59,7 @@ def test_HCI_LE_Connection_Complete_Event():
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
def test_HCI_LE_Advertising_Report_Event():
|
||||
address = Address('00:11:22:33:44:55')
|
||||
address = Address('00:11:22:33:44:55/P')
|
||||
report = HCI_LE_Advertising_Report_Event.Report(
|
||||
HCI_LE_Advertising_Report_Event.Report.FIELDS,
|
||||
event_type = HCI_LE_Advertising_Report_Event.ADV_IND,
|
||||
|
||||
Reference in New Issue
Block a user