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

  /hardware/libhardware/include/hardware/
bt_common_types.h 65 uint16_t start_handle; member in struct:__anon31133
  /system/bt/bta/gatt/
bta_gattc_cache.c 742 UINT16 start_handle = 0, end_handle = 0; local
759 start_handle = (UINT16) pe.params[0];
764 service_uuid.uu.uuid16, start_handle, end_handle);
767 if (GATT_HANDLE_IS_VALID(start_handle) && GATT_HANDLE_IS_VALID(end_handle)&&
772 start_handle,
779 APPL_TRACE_ERROR("invalid start_handle = %d end_handle = %d",
780 start_handle, end_handle);
    [all...]

Completed in 73 milliseconds