OSDN Git Service

LE: Add support for the HID-over-GATT profile (1/3)
authorAndre Eisenbach <andre@broadcom.com>
Thu, 8 Aug 2013 22:42:48 +0000 (15:42 -0700)
committerZhihai Xu <zhihaixu@google.com>
Thu, 15 Aug 2013 23:12:46 +0000 (16:12 -0700)
commit2e7fa68bfd9723b7ec7b6b0b128d89f31a2e06ee
tree213ebc180ce520fa9672a5bc5b89776c76c5c065
parentdb6e80ee6fd6c7242be6d396aa1f848de2719650
LE: Add support for the HID-over-GATT profile (1/3)

bug:8330048
Change-Id: I5727161b0a87700487bee96cdffa8fd169034204
26 files changed:
bta/Android.mk
bta/dm/bta_dm_act.c
bta/hh/bta_hh_act.c
bta/hh/bta_hh_api.c
bta/hh/bta_hh_int.h
bta/hh/bta_hh_le.c [new file with mode: 0644]
bta/hh/bta_hh_main.c
bta/hh/bta_hh_utils.c
bta/include/bta_hh_api.h
btif/src/btif_dm.c
gki/ulinux/data_types.h
include/bt_target.h
stack/Android.mk
stack/hid/hidh_api.c
stack/hid/hidh_conn.c
stack/include/btm_api.h
stack/include/gattdefs.h
stack/include/hiddefs.h
stack/include/hidh_api.h
stack/include/srvc_api.h [new file with mode: 0644]
stack/srvc/srvc_battery.c [new file with mode: 0644]
stack/srvc/srvc_battery_int.h [new file with mode: 0644]
stack/srvc/srvc_dis.c [new file with mode: 0644]
stack/srvc/srvc_dis_int.h [new file with mode: 0644]
stack/srvc/srvc_eng.c [new file with mode: 0644]
stack/srvc/srvc_eng_int.h [new file with mode: 0644]