Search found 2 matches
- Thu Mar 03, 2022 8:37 am
- Forum: General Discussion
- Topic: BLE Serial Profile buffer size (MTU) in NimBLE stack
- Replies: 0
- Views: 1405
BLE Serial Profile buffer size (MTU) in NimBLE stack
Hello. I'm working on SPP (serial profile) service with NimBLE stack, and I have a question about buffer size. Maximum buffer size that I can send is 79 bytes, even though my MTU size is set to 150 bytes. So my question is, how does the stack or BLE in general, handle notification writes/reads? Why ...
- Thu Nov 18, 2021 11:57 am
- Forum: General Discussion
- Topic: BLE beacon and authorization between phone and a device
- Replies: 0
- Views: 1388
BLE beacon and authorization between phone and a device
Hi guys. I have a question about BLE architecture. Firstly let me explain my project; Imagine there is a coffee machine that has BLE capabilities. I come near to it with my phone in my pocket and the BLE stack on both machines automatically authorizes my phone as "accepted user" and the machine star...