xref: /btstack/example/sm_pairing_central.gatt (revision e5779dd230c962c5be7741376b17fcd632eb3fa5)
1*e5779dd2SMatthias RingwaldPRIMARY_SERVICE, GAP_SERVICE
2*e5779dd2SMatthias RingwaldCHARACTERISTIC, GAP_DEVICE_NAME, READ, "SM Pairing Central"
3*e5779dd2SMatthias Ringwald
4*e5779dd2SMatthias Ringwald// Dummy Service
5*e5779dd2SMatthias RingwaldPRIMARY_SERVICE, 0000FF10-0000-1000-8000-00805F9B34FB
6*e5779dd2SMatthias Ringwald// Dummy Service, Characteristic, with read and notify + authentication
7*e5779dd2SMatthias RingwaldCHARACTERISTIC,  0000FF12-0000-1000-8000-00805F9B34FB, READ | ENCRYPTION_KEY_SIZE_16, "Secure :)"
8