Android-nRF-Connect icon indicating copy to clipboard operation
Android-nRF-Connect copied to clipboard

Wrong behavior

Open luoyuyi111 opened this issue 1 year ago • 0 comments

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:

  1. Turn on ble adv
  2. Another device goes to connect
  3. dump hcilog
  4. 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

luoyuyi111 avatar Jan 31 '24 03:01 luoyuyi111