Home | History | Annotate | Download | only in gatt

Lines Matching refs:asgn_range

322         if (p_list->in_use && p_list->asgn_range.s_handle == handle)
350 if ( gatt_uuid_compare (*p_app_uuid128, p_list->asgn_range.app_uuid128)
351 && gatt_uuid_compare (*p_svc_uuid, p_list->asgn_range.svc_uuid)
352 && (svc_inst == p_list->asgn_range.svc_inst) )
397 if (memcmp(p_app_id, &p_elem->asgn_range.app_uuid128, sizeof(tBT_UUID)) == 0)
637 if (p_new->asgn_range.s_handle > p_old->asgn_range.s_handle)
1274 memcpy (&p_sreg->app_uuid, &p_list->asgn_range.app_uuid128, sizeof(tBT_UUID));
1276 p_sreg->service_instance = p_list->asgn_range.svc_inst;
1277 p_sreg->type = p_list->asgn_range.is_primary ? GATT_UUID_PRI_SERVICE: GATT_UUID_SEC_SERVICE;
1278 p_sreg->s_hdl = p_list->asgn_range.s_handle;
1279 p_sreg->e_hdl = p_list->asgn_range.e_handle;