Home | History | Annotate | Download | only in gatt

Lines Matching refs:s_handle

81                           i, p_cur_srvc->s_handle, p_cur_srvc->e_handle,
121 APPL_TRACE_ERROR("\t rec[%d] uuid[0x%04x] s_handle[%d] e_handle[%d] is_primary[%d]",
122 i + 1, pp->uuid.uu.uuid16, pp->s_handle, pp->e_handle, pp->is_primary);
299 UINT16 s_handle, UINT16 e_handle,
319 p_new_srvc->s_handle = s_handle;
443 *p_s_hdl = p_rec->s_handle;
448 *p_s_hdl = p_rec->s_handle + 1;
453 APPL_TRACE_DEBUG("discover range [%d ~ %d]",p_rec->s_handle, p_rec->e_handle);
501 param.s_handle = 1;
509 bta_gattc_get_disc_range(p_server_cb, &param.s_handle, &param.e_handle, is_service);
511 if (param.s_handle > param.e_handle)
592 p_rec->s_handle,
648 p_rec->s_handle,
681 p_rec->s_handle,
700 static BOOLEAN bta_gattc_srvc_in_list(tBTA_GATTC_SERV *p_srvc_cb, UINT16 s_handle,
708 if (!GATT_HANDLE_IS_VALID(s_handle) || !GATT_HANDLE_IS_VALID(e_handle))
710 APPL_TRACE_ERROR("invalid included service handle: [0x%04x ~ 0x%04x]", s_handle, e_handle);
720 if (p_rec->s_handle == s_handle || p_rec->e_handle == e_handle)
739 UINT16 s_handle, UINT16 e_handle,
750 __func__, s_handle, uuid.uu.uuid16);
752 p_rec->s_handle = s_handle;
797 p_rec->s_handle = value_handle;
979 p_data->value.incl_service.s_handle,
985 p_data->value.incl_service.s_handle,
1080 p_cache->s_handle, p_cache->service_uuid.id.uuid.uu.uuid16,
1179 p_cache->s_handle, p_cache->service_uuid.id.uuid.uu.uuid16,
1183 if (p_cache->s_handle == handle)
1262 p_cache->s_handle);
1518 p_attr->s_handle,
1529 p_attr->s_handle,
1549 void bta_gattc_fill_nv_attr(tBTA_GATTC_NV_ATTR *p_attr, UINT8 type, UINT16 s_handle,
1553 p_attr->s_handle = s_handle;
1586 p_cur_srvc->s_handle,