zephyr/include/bluetooth
Szymon Janc e23e4c76e2 Bluetooth: Add support for resolving BR/EDR names
If BR/EDR device didn't provide name in EIR (or no EIR at all) names
are resolved after discovery is completed. Resolved names are put into
EIR block.

> HCI Event: Extended Inquiry Result (0x2f) plen 255
        Num responses: 1
        Address: F0:79:59:03:6B:30 (ASUSTek COMPUTER INC.)
        Page scan repetition mode: R1 (0x01)
        Page period mode: P0 (0x00)
        Class: 0x280424
          Major class: Audio/Video (headset, speaker, stereo, video, vcr)
          Minor class: Set-top box
          Capturing (Scanner, Microphone)
          Audio (Speaker, Microphone, Headset)
        Clock offset: 0x47d5
        RSSI: -88 dBm (0xa8)
> HCI Event: Inquiry Complete (0x01) plen 1
        Status: Success (0x00)
< HCI Command: Remote Name Request (0x01|0x0019) plen 10
        Address: F0:79:59:03:6B:30 (ASUSTek COMPUTER INC.)
        Page scan repetition mode: R1 (0x01)
        Page scan mode: Mandatory (0x00)
        Clock offset: 0x47d5
> HCI Event: Command Status (0x0f) plen 4
      Remote Name Request (0x01|0x0019) ncmd 1
        Status: Success (0x00)
> HCI Event: Remote Name Req Complete (0x07) plen 255
        Status: Success (0x00)
        Address: F0:79:59:03:6B:30 (ASUSTek COMPUTER INC.)
        Name: Nexus Player

Change-Id: Ica5f6cc8a7d9dc7a925025bc62faab2caec47dbb
Signed-off-by: Szymon Janc <ext.szymon.janc@tieto.com>
2016-03-26 05:57:34 +00:00
..
att.h Bluetooth: ATT: Add Common Profile Error Codes 2016-02-17 15:05:16 +00:00
bluetooth.h Bluetooth: Add support for resolving BR/EDR names 2016-03-26 05:57:34 +00:00
conn.h Bluetooth: Add support for outgoing BR/EDR connections 2016-03-14 11:37:11 +00:00
driver.h Bluetooth: Clarify code comment 2016-03-25 19:26:43 +00:00
gatt.h Bluetooth: GATT: Add bt_gatt_indicate 2016-03-07 16:44:15 +00:00
hci.h Bluetooth: BR/EDR: Handle User Passkey Entry event 2016-03-21 11:12:01 +00:00
l2cap.h Bluetooth: L2CAP: Add more descriptive documentation 2016-03-08 11:44:43 +00:00
log.h Bluetooth: Add missing nanokernel.h dependency to log.h 2016-02-05 20:25:26 -05:00
uuid.h Bluetooth: Add Cycling Speed and Cadence Service related UUID defs 2016-02-16 10:49:50 +00:00