Page 1 of 1

multiple services using the service table method-- esp idf BLE

Posted: Fri Jun 26, 2020 1:17 pm
by kubera
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.

Re: multiple services using the service table method-- esp idf BLE

Posted: Wed Mar 15, 2023 11:01 am
by lsophi
Hi! I also need to implement a single BLE profile instance with multiple services. Were you able to figure out how to do this?