Lines Matching refs:e_handle
96 p_cur_srvc->s_handle, p_cur_srvc->e_handle, in display_cache_service()
143 i + 1, pp->uuid.uu.uuid16, pp->s_handle, pp->e_handle, pp->is_primary); in bta_gattc_display_explore_record()
201 UINT16 s_handle, UINT16 e_handle, in bta_gattc_add_srvc_to_cache() argument
213 p_new_srvc->e_handle = e_handle; in bta_gattc_add_srvc_to_cache()
249 if (service->e_handle < value_handle) in bta_gattc_add_char_to_cache()
250 service->e_handle = value_handle; in bta_gattc_add_char_to_cache()
356 *p_e_hdl = p_rec->e_handle; in bta_gattc_get_disc_range()
358 APPL_TRACE_DEBUG("discover range [%d ~ %d]",p_rec->s_handle, p_rec->e_handle); in bta_gattc_get_disc_range()
407 param.e_handle = 0xFFFF; in bta_gattc_discover_procedure()
414 bta_gattc_get_disc_range(p_server_cb, ¶m.s_handle, ¶m.e_handle, is_service); in bta_gattc_discover_procedure()
416 if (param.s_handle > param.e_handle) in bta_gattc_discover_procedure()
498 p_rec->e_handle, in bta_gattc_explore_srvc()
609 UINT16 e_handle, tBT_UUID uuid) in bta_gattc_srvc_in_list() argument
616 if (!GATT_HANDLE_IS_VALID(s_handle) || !GATT_HANDLE_IS_VALID(e_handle)) in bta_gattc_srvc_in_list()
618 APPL_TRACE_ERROR("invalid included service handle: [0x%04x ~ 0x%04x]", s_handle, e_handle); in bta_gattc_srvc_in_list()
628 if (p_rec->s_handle == s_handle || p_rec->e_handle == e_handle) in bta_gattc_srvc_in_list()
647 UINT16 s_handle, UINT16 e_handle, in bta_gattc_add_srvc_to_list() argument
661 p_rec->e_handle = e_handle; in bta_gattc_add_srvc_to_list()
707 p_rec->e_handle = (p_srvc_cb->p_srvc_list + p_srvc_cb->cur_srvc_idx)->e_handle; in bta_gattc_add_char_to_list()
714 p_rec->e_handle = decl_handle - 1; in bta_gattc_add_char_to_list()
875 p_data->value.group_value.e_handle, in bta_gattc_disc_res_cback()
883 p_data->value.group_value.e_handle, in bta_gattc_disc_res_cback()
893 p_data->value.incl_service.e_handle, in bta_gattc_disc_res_cback()
899 p_data->value.incl_service.e_handle, in bta_gattc_disc_res_cback()
1041 if (handle >= service->s_handle && handle <= service->e_handle) in bta_gattc_find_matching_service()
1129 UINT16 s_handle, UINT16 e_handle, in bta_gattc_fill_gatt_db_el() argument
1135 p_attr->end_handle = e_handle; in bta_gattc_fill_gatt_db_el()
1158 if (p_cur_srvc->e_handle > end_handle) in bta_gattc_get_db_size()
1223 if (p_cur_srvc->e_handle > end_handle) in bta_gattc_get_gatt_db_impl()
1232 p_cur_srvc->e_handle, in bta_gattc_get_gatt_db_impl()
1362 p_attr->e_handle, in bta_gattc_rebuild_cache()
1401 UINT16 e_handle, tBT_UUID uuid, UINT8 prop, UINT16 incl_srvc_handle, in bta_gattc_fill_nv_attr() argument
1405 p_attr->e_handle = e_handle; in bta_gattc_fill_nv_attr()
1440 p_cur_srvc->e_handle, in bta_gattc_cache_save()