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

  /hardware/libhardware/include/hardware/
bt_common_types.h 66 uint16_t end_handle; member in struct:__anon31977
  /system/bt/service/hal/
bluetooth_gatt_interface.cpp 246 void ServicesRemovedCallback(int conn_id, uint16_t start_handle, uint16_t end_handle) {
250 << " end_handle: " << end_handle; local
254 ServicesRemovedCallback(g_interface, conn_id, start_handle, end_handle));
724 uint16_t /* end_handle */) {
  /system/bt/bta/gatt/
bta_gattc_cache.c 742 UINT16 start_handle = 0, end_handle = 0; local
760 end_handle = (UINT16) pe.params[1];
764 service_uuid.uu.uuid16, start_handle, end_handle);
767 if (GATT_HANDLE_IS_VALID(start_handle) && GATT_HANDLE_IS_VALID(end_handle)&&
773 end_handle,
779 APPL_TRACE_ERROR("invalid start_handle = %d end_handle = %d",
780 start_handle, end_handle);
    [all...]
  /system/bt/stack/gatt/
gatt_int.h 222 UINT16 end_handle; /* Last handle number */ member in struct:__anon74030

Completed in 4047 milliseconds