That's good to hear. Do you have more details on this? What exactly will be added and when would that be released?
Cheers
Search found 4 matches
- Thu Aug 03, 2017 2:16 pm
- Forum: Sample Code
- Topic: Simple BT to UART bridge
- Replies: 7
- Views: 16170
- Wed Aug 02, 2017 3:20 pm
- Forum: Sample Code
- Topic: Simple BT to UART bridge
- Replies: 7
- Views: 16170
Re: Simple BT to UART bridge
Hi all,
Any update on this RFCOMM module?
Cheers,
Any update on this RFCOMM module?
Cheers,
- Wed Aug 02, 2017 3:17 pm
- Forum: ESP-IDF
- Topic: RFCOMM example
- Replies: 8
- Views: 16153
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
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
- Thu Jul 20, 2017 12:51 pm
- Forum: ESP-IDF
- Topic: How to increase MTU size on GATT - Server
- Replies: 21
- Views: 49044
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...