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 88 j + 1, p_attr->attr_handle, p_attr->p_uuid->uuid16, p_attr->inst_id,
348 p_attr->attr_handle = handle;
    [all...]
bta_gattc_int.h 216 UINT16 attr_handle; member in struct:gattc_attr_cache
  /external/bluetooth/bluedroid/stack/gatt/
gatt_api.c 588 ** attr_handle: Attribute handle of this handle value indication.
595 tGATT_STATUS GATTS_HandleValueIndication (UINT16 conn_id, UINT16 attr_handle, UINT16 val_len, UINT8 *p_val)
615 indication.handle = attr_handle;
620 if (GATT_HANDLE_IS_VALID (attr_handle) )
659 ** attr_handle: Attribute handle of this handle value indication.
666 tGATT_STATUS GATTS_HandleValueNotification (UINT16 conn_id, UINT16 attr_handle,
685 if (GATT_HANDLE_IS_VALID (attr_handle))
687 notif.handle = attr_handle;
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_server.c 96 uint16_t attr_handle; member in struct:__anon2942
433 BTA_GATTS_HandleValueIndication(p_cb->conn_id, p_cb->attr_handle,
593 btif_cb.attr_handle = attribute_handle;
  /external/bluetooth/bluedroid/stack/include/
gatt_api.h 839 ** attr_handle: Attribute handle of this handle value indication.
847 UINT16 attr_handle,
857 ** attr_handle: Attribute handle of this handle value indication.
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp 539 int attr_handle, int offset, bool is_long)
550 address, conn_id, trans_id, attr_handle,
557 bt_bdaddr_t *bda, int attr_handle,
573 address, conn_id, trans_id, attr_handle,
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java     [all...]

Completed in 120 milliseconds