OSDN Git Service

set HID major in class of device of inquiry result for HID over LE
authorZhihai Xu <zhihaixu@google.com>
Wed, 27 Nov 2013 02:18:29 +0000 (18:18 -0800)
committerZhihai Xu <zhihaixu@google.com>
Wed, 11 Dec 2013 19:10:09 +0000 (11:10 -0800)
commit1237ee3c4bf3c8b65c2e83409db76669b1f1dcfd
tree29ace9ce3d55f3d82d544c5a373284774a3fa55f
parentcaf8deb58af8a5480d325ab443d5c49649222456
set HID major in class of device of inquiry result for HID over LE

need to set HID major in class of device of inquiry result for HID over LE,
if HID over LE service UUID is found in BLE advertisement data.
so we can show the HID icon in device list for HID over LE device.
16 bit UUID list in BLE advertisement data can contain multiple UUID,
need to go through the 16bit UUID list to find HID over LE service UUID.

bug:11450485
Change-Id: I7b2ee4c88485b287609eac34c35ce5e714e48280
stack/btm/btm_ble_gap.c