diff options
author | Priti Aghera <paghera@broadcom.com> | 2012-06-04 15:51:09 -0700 |
---|---|---|
committer | Matthew Xie <mattx@google.com> | 2012-07-14 11:19:22 -0700 |
commit | e6ece00ff74fc304c12e0d34877be6c42748e888 (patch) | |
tree | 856f0f61f742929e321098f5a3fe684429dedab5 /btif | |
parent | cc10fec21ba2bdb9c908509b1667c8c34d0e8c02 (diff) | |
download | external_bluetooth_bluedroid-e6ece00ff74fc304c12e0d34877be6c42748e888.zip external_bluetooth_bluedroid-e6ece00ff74fc304c12e0d34877be6c42748e888.tar.gz external_bluetooth_bluedroid-e6ece00ff74fc304c12e0d34877be6c42748e888.tar.bz2 |
Fixed HID seg fault crash
Change-Id: Ib5e1342b4fba98fa5651ed8428f5580ad54a3332
Diffstat (limited to 'btif')
-rwxr-xr-x | btif/src/btif_hh.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/btif/src/btif_hh.c b/btif/src/btif_hh.c index 0a987ab..7ee7215 100755 --- a/btif/src/btif_hh.c +++ b/btif/src/btif_hh.c @@ -400,7 +400,6 @@ bt_status_t btif_hh_virtual_unpug(bt_bdaddr_t *bd_addr) bd_addr->address[0], bd_addr->address[1], bd_addr->address[2], bd_addr->address[3], bd_addr->address[4], bd_addr->address[5]); p_dev = btif_hh_find_dev_by_bda(bd_addr); - BTIF_TRACE_DEBUG2("%s mask : 0x%x", __func__, p_dev->attr_mask); if ((p_dev != NULL) && (p_dev->dev_status == BTHH_CONN_STATE_CONNECTED) && (p_dev->attr_mask & HID_VIRTUAL_CABLE)) { |