Home | History | Annotate | Download | only in gatt

Lines Matching defs:end_handle

742     UINT16              start_handle = 0, end_handle = 0;
760 end_handle = (UINT16) pe.params[1];
764 service_uuid.uu.uuid16, start_handle, end_handle);
767 if (GATT_HANDLE_IS_VALID(start_handle) && GATT_HANDLE_IS_VALID(end_handle)&&
773 end_handle,
779 APPL_TRACE_ERROR("invalid start_handle = %d end_handle = %d",
780 start_handle, end_handle);
1135 p_attr->end_handle = e_handle;
1142 ** Returns number of elements inside db from start_handle to end_handle
1145 UINT16 start_handle, UINT16 end_handle) {
1158 if (p_cur_srvc->e_handle > end_handle)
1198 UINT16 start_handle, UINT16 end_handle,
1202 APPL_TRACE_DEBUG("%s: start_handle 0x%04x, end_handle 0x%04x",
1203 __func__, start_handle, end_handle);
1211 size_t db_size = bta_gattc_get_db_size(p_srvc_cb->p_srvc_cache, start_handle, end_handle);
1223 if (p_cur_srvc->e_handle > end_handle)
1311 void bta_gattc_get_gatt_db(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle, btgatt_db_element_t **db, int *count)
1332 bta_gattc_get_gatt_db_impl(p_clcb->p_srcb, start_handle, end_handle, db, count);