Search found 4 matches

by SW_Adnan
Thu Aug 03, 2017 2:16 pm
Forum: Sample Code
Topic: Simple BT to UART bridge
Replies: 7
Views: 14439

Re: Simple BT to UART bridge

That's good to hear. Do you have more details on this? What exactly will be added and when would that be released?
Cheers
by SW_Adnan
Wed Aug 02, 2017 3:20 pm
Forum: Sample Code
Topic: Simple BT to UART bridge
Replies: 7
Views: 14439

Re: Simple BT to UART bridge

Hi all,
Any update on this RFCOMM module?
Cheers,
by SW_Adnan
Wed Aug 02, 2017 3:17 pm
Forum: ESP-IDF
Topic: RFCOMM example
Replies: 8
Views: 14383

Re: RFCOMM example

Hi,
We are trying to add SPP support for a product. At this point I have included the RFCOMM directory but can't make it work. Has anyone managed to connect to a device using RFCOMM? Any help would be appreciated.
Cheers
by SW_Adnan
Thu Jul 20, 2017 12:51 pm
Forum: ESP-IDF
Topic: How to increase MTU size on GATT - Server
Replies: 21
Views: 42966

Re: How to increase MTU size on GATT - Server

Hi all, I understand that to increase the MTU size the request has to come from the client. The server then replies with the maximum MTU it can support. It seems that for the server, the MTU exchange request is handled by the Bluedroid stack. Is there a way to change the max MTU that is supported by...