This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Gatt or gap?

Hi ,

i read tha the default profile for BLE is GATT but in the BLE_templete GAP is used. How can i interpret this? Which Profile i have to use when i wannt support for IOS and android ?

Best regards Nils :)

Parents
  • Yes, GAP and GATT would exist in every device, thus the initialization of it is added in the template.

    PPCP is Peripheral Preferred Connection Parameters and is a way to indicate to the master what connection interval it would like to use without sending the connection parameter update request. The Master could read this parameter and update the connection interval accordingly.

Reply
  • Yes, GAP and GATT would exist in every device, thus the initialization of it is added in the template.

    PPCP is Peripheral Preferred Connection Parameters and is a way to indicate to the master what connection interval it would like to use without sending the connection parameter update request. The Master could read this parameter and update the connection interval accordingly.

Children
No Data
Related