Searched defs:end_handle (Results 1 - 5 of 5) sorted by relevance

/system/bt/bta/gatt/
H A Dbta_gattc_api.c319 void BTA_GATTC_GetGattDb(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle, argument
322 bta_gattc_get_gatt_db(conn_id, start_handle, end_handle, db, count);
H A Dbta_gattc_utils.c484 ** Where handle is between start_handle and end_handle, and
485 ** start_handle and end_handle are boundaries of service
492 UINT16 start_handle, UINT16 end_handle)
511 if (handle >= start_handle && handle <= end_handle)
491 bta_gattc_clear_notif_registration(tBTA_GATTC_SERV *p_srcb, UINT16 conn_id, UINT16 start_handle, UINT16 end_handle) argument
H A Dbta_gattc_cache.c743 UINT16 start_handle = 0, end_handle = 0; local
761 end_handle = (UINT16) pe.params[1];
765 service_uuid.uu.uuid16, start_handle, end_handle);
768 if (GATT_HANDLE_IS_VALID(start_handle) && GATT_HANDLE_IS_VALID(end_handle)&&
774 end_handle,
780 APPL_TRACE_ERROR("invalid start_handle = %d end_handle = %d",
781 start_handle, end_handle);
1136 p_attr->end_handle = e_handle;
1143 ** Returns number of elements inside db from start_handle to end_handle
1146 UINT16 start_handle, UINT16 end_handle) {
1145 bta_gattc_get_db_size(list_t *services, UINT16 start_handle, UINT16 end_handle) argument
1198 bta_gattc_get_gatt_db_impl(tBTA_GATTC_SERV *p_srvc_cb, UINT16 start_handle, UINT16 end_handle, btgatt_db_element_t **db, int *count) argument
1312 bta_gattc_get_gatt_db(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle, btgatt_db_element_t **db, int *count) argument
[all...]
/system/bt/service/hal/
H A Dbluetooth_gatt_interface.cpp246 void ServicesRemovedCallback(int conn_id, uint16_t start_handle, uint16_t end_handle) { argument
250 << " end_handle: " << end_handle; local
254 ServicesRemovedCallback(g_interface, conn_id, start_handle, end_handle));
724 uint16_t /* end_handle */) {
/system/bt/stack/gatt/
H A Dgatt_int.h222 UINT16 end_handle; /* Last handle number */ member in struct:__anon913

Completed in 139 milliseconds