multiple services using the service table method-- esp idf BLE
Posted: Fri Jun 26, 2020 1:17 pm
hi , how can we create multiple services using the service table method? In service table implementation.
#define HEART_PROFILE_NUM 1
#define HEART_PROFILE_APP_IDX 0
#define ESP_HEART_RATE_APP_ID 0x55
HEART_RATE_SVC_INST_ID 0
what will be the values for the above variables?
and do i need to create seperate service table and sepaerate gatts_profile_event_handler.
#define HEART_PROFILE_NUM 1
#define HEART_PROFILE_APP_IDX 0
#define ESP_HEART_RATE_APP_ID 0x55
HEART_RATE_SVC_INST_ID 0
what will be the values for the above variables?
and do i need to create seperate service table and sepaerate gatts_profile_event_handler.