Home | History | Annotate | Download | only in gatt

Lines Matching defs:elem

277   tGATT_SRV_LIST_ELEM& elem = *rit;
278 elem.gatt_if = gatt_if;
279 elem.s_hdl = list.asgn_range.s_handle;
280 elem.e_hdl = list.asgn_range.e_handle;
281 elem.p_db = &list.svc_db;
282 elem.is_primary = list.asgn_range.is_primary;
284 elem.app_uuid = list.asgn_range.app_uuid128;
285 elem.type = list.asgn_range.is_primary ? GATT_UUID_PRI_SERVICE
288 if (elem.type == GATT_UUID_PRI_SERVICE) {
289 Uuid* p_uuid = gatts_get_service_uuid(elem.p_db);
290 elem.sdp_handle = gatt_add_sdp_record(*p_uuid, elem.s_hdl, elem.e_hdl);
292 elem.sdp_handle = 0;
299 elem.s_hdl, elem.e_hdl, elem.type, elem.sdp_handle);