Replies: 2 comments 5 replies
-
Could you provide a full log - including Bumble log, snoop log and the details of your environment? A common mistake is that you are providing an address with wrong address type. |
Beta Was this translation helpful? Give feedback.
5 replies
-
How do I send an MTU exchange prior to pairing? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm drinking from the firehose here and trying to pair a BLE device that uses secure pairing with Bumble. I have full wireshark logs of a successful pairing with the device. For a starting reference point the pairing response calls out: AuthReq:Bonding, MITM, SecureConnection Initiator keys: LTK, IRK and responder keys LTK, IRK
I started with the run_connect_and_encrypt.py script and havent gotten far. Right now its stuck on connecting to the target.
For the config I have what I started with device1.json and updated the mac with what I believe to be an acceptable mac address: AC:5A:FC:A5:A2:E3 right now the rest of the config is the same. I assume I'm missing a lot of stuff, however I thought it would at least get through the connect step so something basic must be wrong.
Debug log shows status pending, opcode HCI_LE_EXTENDED_CREATE_CONNECTION_COMMAND
Beta Was this translation helpful? Give feedback.
All reactions