commit | c3c2f318521270ac42e3721d707259a29288e98c | [log] [tgz] |
---|---|---|
author | henrika <henrika@webrtc.org> | Wed Dec 14 15:36:56 2016 |
committer | Commit bot <commit-bot@chromium.org> | Wed Dec 14 15:37:01 2016 |
tree | 0895b7810cf36365a80f8cfe4fd9cc2854d3a856 | |
parent | db8af2a9530ea431b0354122ea33addc8f906aed [diff] |
Adds basic Bluetooth support to AppRTCMobile BUG=webrtc:6649 - Supports Bluetooth Headset profile. - Detects new BT headset: + enabled at start, and + powered on during active call. - Enables/disables BT SCO channel when BT device is selected. - Removes proximity sensor usage to avoid conflicts (will be added again later). - Adds new (unused) APIs to explicitly select audio device. - Starts routing audio to BT headset when enabled, i.e, BT is default. Review-Url: https://codereview.webrtc.org/2501983002 Cr-Commit-Position: refs/heads/master@{#15610}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.