Home | History | Annotate | Download | only in support

Lines Matching refs:srvc_handle

164 void btgatts_service_added_cb(int status, int server_if, btgatt_srvc_id_t *srvc_id, int srvc_handle) {
167 gatt_service_handle = srvc_handle;
171 void btgatts_included_service_added_cb(int status, int server_if, int srvc_handle, int incl_srvc_handle) {
174 gatt_service_handle = srvc_handle;
179 void btgatts_characteristic_added_cb(int status, int server_if, bt_uuid_t *char_id, int srvc_handle, int char_handle) {
182 gatt_service_handle = srvc_handle;
187 void btgatts_descriptor_added_cb(int status, int server_if, bt_uuid_t *descr_id, int srvc_handle, int descr_handle) {
190 gatt_service_handle = srvc_handle;
195 void btgatts_service_started_cb(int status, int server_if, int srvc_handle) {
198 gatt_service_handle = srvc_handle;
202 void btgatts_service_stopped_cb(int status, int server_if, int srvc_handle) {
205 gatt_service_handle = srvc_handle;
209 void btgatts_service_deleted_cb(int status, int server_if, int srvc_handle) {
212 gatt_service_handle = srvc_handle;