• Zhihai Xu's avatar
    DO NOT MERGE Can only support two HID report instance for BLE HID. · fb10ec3a
    Zhihai Xu authored
    The follwoing code cause this problem:
    BTA_HH_LE_RPT_INST_ID_MAP(s,c)=(UINT8)(((s)<<4)||(c))
    The code use || instead of |, this cause we can only generate
    two instance HID report 0 and 1(false and true).
    
    bug:12213520
    Change-Id: If6b7cfd9633255401aef12aafd918ee147f256b6
    fb10ec3a
bta_hh_le.c 96.9 KB