Hello,
i want to know if i can catch "pairing request" and "pairing response" with ubertooth one.
I can see communication in this order:
1. ADV_IND
2. SCAN_REQ
3. SCAN_RSP
4. CONNECTION_REQ
5. LL_VERSION_IND
6. LL_START_ENC_REQ
7. ...other communication..
..
But i want to know which of these type they are using:
1. LE Legacy Pairing:
- Just Works
- Passkey
- Out-of-Band
2. LE Secure Connection:
+ Numeric Comparison
How i can recognize it? I know that I need to use OBB, MITM and IO cap flags for chose type.
But i dont see them in any packet:(
I am working on project of security IoT and i made program, which gets as many information as possible about devices. But this part of pairing is for me big mystery. I spend 3 days searching informations but unsuccessfully.
Thx for your answer in advance.