Searched refs:start_handle (Results 1 - 2 of 2) sorted by relevance

/external/qemu/include/qapi/
H A Dvisitor-impl.h49 void (*start_handle)(Visitor *v, void **obj, const char *kind, member in struct:Visitor
/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gattc_cache.c832 UINT16 start_handle = 0, end_handle = 0; local
849 start_handle = (UINT16) pe.params[0];
854 service_uuid.uu.uuid16, start_handle, end_handle);
857 if (GATT_HANDLE_IS_VALID(start_handle) && GATT_HANDLE_IS_VALID(end_handle)&&
862 start_handle,
869 APPL_TRACE_ERROR("invalid start_handle = %d end_handle = %d",
870 start_handle, end_handle);

Completed in 252 milliseconds