HomeSort by relevance Sort by last modified time
    Searched full:start_handle (Results 1 - 2 of 2) sorted by null

  /external/qemu/include/qapi/
visitor-impl.h 49 void (*start_handle)(Visitor *v, void **obj, const char *kind, member in struct:Visitor
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_cache.c 832 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);
    [all...]

Completed in 324 milliseconds