HomeSort by relevance Sort by last modified time
    Searched defs:end_handle (Results 1 - 3 of 3) sorted by null

  /external/qemu/include/qapi/
visitor-impl.h 51 void (*end_handle)(Visitor *v, Error **errp); member in struct:Visitor
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_cache.c 832 UINT16 start_handle = 0, end_handle = 0; local
850 end_handle = (UINT16) pe.params[1];
854 service_uuid.uu.uuid16, start_handle, end_handle);
857 if (GATT_HANDLE_IS_VALID(start_handle) && GATT_HANDLE_IS_VALID(end_handle)&&
863 end_handle,
869 APPL_TRACE_ERROR("invalid start_handle = %d end_handle = %d",
870 start_handle, end_handle);
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_int.h 222 UINT16 end_handle; /* Last handle number */ member in struct:__anon5908

Completed in 79 milliseconds