zephyr/samples/bluetooth/handsfree
Sathish Narasimman 1f5a809178 Bluetooth: HFP HF: Add support for RING indication cb
This patch adds support for incoming RING indication callback to
notify application.

> ACL Data RX: Handle 256 flags 0x02 dlen 16   [hci0] 167174.600312
      Channel: 65 len 12 [PSM 3 mode 0] {chan 1}
      RFCOMM: Unnumbered Info with Header Check (UIH) (0xef)
         Address: 0x0b cr 1 dlci 0x02
         Control: 0xef poll/final 0
         Length: 8
         FCS: 0x9a
        0d 0a 52 49 4e 47 0d 0a 9a                       ..RING...

Change-Id: I0469590a77d619f2a842df647d84f4d56dbd4883
Signed-off-by: Sathish Narasimman <sathish.narasimman@intel.com>
2017-04-08 20:11:54 +03:00
..
src Bluetooth: HFP HF: Add support for RING indication cb 2017-04-08 20:11:54 +03:00
Makefile license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
prj.conf Bluetooth: Kconfig: Make device name variable generic 2017-01-28 08:43:41 +02:00
README.rst Bluetooth: samples: Add missing README.rst files 2017-02-07 10:52:08 +02:00
testcase.ini Bluetooth: Sample: handsfree sample application 2016-11-09 08:57:52 +02:00

.. _bt_handsfree:

Bluetooth: Handsfree
####################

Overview
********

Application demonstrating usage of the Hands-free Profile (HFP) APIs.

Requirements
************

* BlueZ running on the host, or
* A board with Bluetooth BR/EDR (Classic) support

Building and Running
********************

This sample can be found under :file:`samples/bluetooth/handsfree` in
the Zephyr tree.

See :ref:`bluetooth setup section <bluetooth_setup>` for details.