OSDN Git Service

Check device name length
authorJakub Pawlowski <jpawlowski@google.com>
Fri, 28 Apr 2017 12:15:16 +0000 (05:15 -0700)
committerJakub Pawlowski <jpawlowski@google.com>
Fri, 5 May 2017 06:44:13 +0000 (06:44 +0000)
commit3a4e7622ff07772a512052c23cada59f5830941f
treef3789664f3be53d92f61a1225fa3fe27349569a4
parentd861719531100f5d73807c57b8d99890b354c1ad
Check device name length

BT spec limits the length of device name to 248 bytes. With the new
LE advertising packets, that can go up to 1650 bytes long, we must check
the length of device name received.

Bug: 37671082
Test: manual
Change-Id: Iad309d638003c2391014c9764605d84ed5717cb1
btif/src/btif_ble_scanner.cc