Android-nRF-Connect
Android-nRF-Connect copied to clipboard
Wrong behavior
Describe the bug As a ble server, a Read By Type Request is sent immediately after the connection is established
To Reproduce Steps to reproduce the behavior:
- Turn on ble adv
- Another device goes to connect
- dump hcilog
- See error
Expected behavior After the connection is established, the initiator requests a read,but acceptor send a Read By Type Request.
Screenshots N
Versions (please complete the following information):
- Android version: [13]
- Phone model [vivo S10]
- App Version [e.g. 4.28.0]
- Bluez Version [5.54]
Additional context I think this command can only be sent by the initiator. When the initiator initializes the ATT, this unreasonable behavior results in a Segmentation fault