Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. qt.bluetooth.bluez: Error

qt.bluetooth.bluez: Error

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 69 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    HOSSAIN07
    wrote on last edited by
    #1

    Hello,
    I am getting this following Error while receiving data sometime

    qt.bluetooth.bluez: L2Cap payload size 247 is smaller than specified size 512
    

    From Btmon, I observed that

    < HCI Event: Command Complete (0x0e) plen 12
     Supported Max TX Octets: 251
     Supported Max TX Time: 2120
     Supported Max RX Octets: 251
     Supported Max RX Time: 2120
    
    
    ATT: Exchange MTU Request (0x02) len 2
     Client RX MTU: 527
    ATT: Exchange MTU Response (0x03) len 2
     Server RX MTU: 512
    > ACL Data RX: Handle 64 flags 0x02 dlen 251 #73 [hci0] 19.977887
    > ACL Data RX: Handle 64 flags 0x01 dlen 251 #74 [hci0] 19.977899
    > ACL Data RX: Handle 64 flags 0x01 dlen 14 #75 [hci0] 19.977901
     ATT: Write Command (0x52) len 511
     Handle: 0x0003
    

    I updated the main.conf file

    in main.conf
    [General]
    MaxMTU=247 # but it does not have any impact even if MaxMTU=512 is used
    

    may be due to this error, Gatt client(IOS) is retransmitting the same data and the overall throughput is low

    How can I fixed this issue and increase the throughput for gatt server?

    thank you for your cordial support

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved