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

  /hardware/libhardware/include/hardware/
bt_gatt_server.h 87 int attr_handle, int offset, bool is_long);
94 int attr_handle, int offset, int length,
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_cache.c 89 j + 1, p_attr->attr_handle, p_attr->p_uuid->uuid16, p_attr->inst_id,
379 p_attr->attr_handle = handle;
    [all...]
bta_gattc_int.h 258 UINT16 attr_handle; member in struct:gattc_attr_cache
  /external/bluetooth/bluedroid/stack/gatt/
gatt_api.c 589 ** attr_handle: Attribute handle of this handle value indication.
596 tGATT_STATUS GATTS_HandleValueIndication (UINT16 conn_id, UINT16 attr_handle, UINT16 val_len, UINT8 *p_val)
616 if (! GATT_HANDLE_IS_VALID (attr_handle))
620 indication.handle = attr_handle;
661 ** attr_handle: Attribute handle of this handle value indication.
668 tGATT_STATUS GATTS_HandleValueNotification (UINT16 conn_id, UINT16 attr_handle,
687 if (GATT_HANDLE_IS_VALID (attr_handle))
689 notif.handle = attr_handle;
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_server.c 97 uint16_t attr_handle; member in struct:__anon5698
491 BTA_GATTS_HandleValueIndication(p_cb->conn_id, p_cb->attr_handle,
653 btif_cb.attr_handle = attribute_handle;
  /external/bluetooth/bluedroid/stack/include/
gatt_api.h 855 ** attr_handle: Attribute handle of this handle value indication.
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp 697 int attr_handle, int offset, bool is_long)
708 address, conn_id, trans_id, attr_handle,
715 bt_bdaddr_t *bda, int attr_handle,
731 address, conn_id, trans_id, attr_handle,
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java     [all...]

Completed in 1059 milliseconds