I was wondering whether having GATT client and server in same chip (NRF52832) would work? If so, then how would I need to set up bt_conn_auth_cb on zephyr if both uses passkey for pairing?
I was wondering whether having GATT client and server in same chip (NRF52832) would work? If so, then how would I need to set up bt_conn_auth_cb on zephyr if both uses passkey for pairing?
Hi
Yes, this is possible, we have a sample showing how to set up a device as both central and peripheral here. It also uses both a GATT client and discovery manager, so I think you can use that as reference for what you're doing.
Best regards,
Simon
Were you meant to add a link to repository?
Were you meant to add a link to repository?