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

  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_cache.c 794 UINT16 start_handle = 0, end_handle = 0; local
812 end_handle = (UINT16) pe.params[1];
816 service_uuid.uu.uuid16, start_handle, end_handle);
819 if (GATT_HANDLE_IS_VALID(start_handle) && GATT_HANDLE_IS_VALID(end_handle) &&
825 end_handle,
831 APPL_TRACE_ERROR2("invalid start_handle = %d end_handle = %d", start_handle, end_handle);
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_db.c 74 p_db->end_handle = s_hdl + num_handle;
    [all...]
gatt_int.h 207 UINT16 end_handle; /* Last handle number */ member in struct:__anon3114

Completed in 112 milliseconds