10.05.2015 Views

Open Reference Integration Notes (RIN) - Bluetooth

Open Reference Integration Notes (RIN) - Bluetooth

Open Reference Integration Notes (RIN) - Bluetooth

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

<strong>RIN</strong> Datasheet DOCUMENT<br />

Page 1 of 8<br />

Date / Year-Month-Day Approved Revision Document No<br />

Prepared e-mail address N.B.<br />

Confidential<br />

<strong>Reference</strong> <strong>Integration</strong> Note<br />

For<br />

iNavi Android BlueZ Stack<br />

<strong>RIN</strong> Datasheet<br />

[Date of last Revision]


<strong>RIN</strong> Datasheet DOCUMENT<br />

Page 2 of 8<br />

Date / Year-Month-Day Approved Revision Document No<br />

Prepared e-mail address N.B.<br />

Confidential<br />

Disclaimer and Copyright Notice<br />

COPYRIGHT NOTICE<br />

Thinkware systems corporation © Copyright notice and statement that “No part of this document<br />

may be reproduced without the prior written consent of Thinkware systems corporation.<br />

DISCLAIMER<br />

Thinkware systems corporation disclaimers here or similar statements such as;<br />

The information in this document is subject to change without notice and does not represent a<br />

commitment on any part of Thinkware systems corporation. While the information contained<br />

herein is assumed to be<br />

accurate Thinkware systems corporation assumes no responsibility for any errors or omissions.<br />

In no event shall Thinkware systems corporation, its employees, its contractors, or the authors of<br />

this document be<br />

liable for special, direct, indirect, or consequential damage, losses, costs, charges, claims,<br />

demands, claim for lost profits, fees, or expenses of any nature or kind.<br />

TRADEMARKS<br />

Thinkware systems corporation Trademark disclaimer here and or the following statements;<br />

Thinkware systems corporation is a registered trademark to<br />

The <strong>Bluetooth</strong> word mark and logos are owned by the <strong>Bluetooth</strong> SIG, Inc. and any use of such<br />

marks by Thinkware systems corporation is under license. Other trademarks and trade names<br />

are those of their respective owners.<br />

All other product names are trademarks or registered trademarks of their respective owners.<br />

<strong>RIN</strong> Datasheet<br />

[Date of last Revision]


<strong>RIN</strong> Datasheet DOCUMENT<br />

Page 3 of 8<br />

Date / Year-Month-Day Approved Revision Document No<br />

Prepared e-mail address N.B.<br />

Confidential<br />

Contents<br />

2.1 HARDWARE FEATURES ................................................................................................ 5<br />

2.2 SOFTWARE FEATURES ................................................................................................. 5<br />

2.2.1 Product Type Declaration .................................................................................................. 5<br />

2.2.2 Software Overview ............................................................................................................ 5<br />

2.2.3 Application ......................................................................................................................... 6<br />

2.2.4 Block Diagram ................................................................................................................... 6<br />

2.2.5 Software Features ............................................................................................................. 7<br />

2.2.6 Hardware / Software <strong>Reference</strong> Platforms ....................................................................... 7<br />

<strong>RIN</strong> Datasheet<br />

[Date of last Revision]


<strong>RIN</strong> Datasheet DOCUMENT<br />

Page 4 of 8<br />

Date / Year-Month-Day Approved Revision Document No<br />

Prepared e-mail address N.B.<br />

Confidential<br />

Document Revision History<br />

Revision Date Description<br />

1.0 BlueZ 4.7, Linux Kernel 2.6.32.9<br />

Contributors<br />

Name<br />

Company<br />

1.0 Thinkware systems corporation<br />

<strong>RIN</strong> Datasheet<br />

[Date of last Revision]


<strong>RIN</strong> Datasheet DOCUMENT<br />

Page 5 of 8<br />

Date / Year-Month-Day Approved Revision Document No<br />

Prepared e-mail address N.B.<br />

Confidential<br />

1 PREFACE<br />

Design <strong>RIN</strong> Information<br />

Product Name:<br />

iNavi Android BlueZ Stack<br />

<strong>Bluetooth</strong> Qualified B018086<br />

Design ID (QD ID):<br />

<strong>Bluetooth</strong> Product Type: Component<br />

Product Name:<br />

iNavi Android BlueZ Stack<br />

Hardware Version: N/A<br />

Software Version: 1.0<br />

2 PRODUCT OVERVIEW<br />

2.1 HARDWARE FEATURES<br />

N/A<br />

2.2 SOFTWARE FEATURES<br />

2.2.1 Product Type Declaration<br />

iNavi Android BlueZ Stack is listed as <strong>Bluetooth</strong> Component Product<br />

2.2.2 Software Overview<br />

iNavi Android BlueZ Stack is a <strong>Bluetooth</strong> stack software, which has been designed for embedded<br />

systems running on Linux. This software is provided with a set of utility APIs for protocols and<br />

profiles to have flexibility in the implementation or to make it simple.<br />

iNavi Android BlueZ Stack is compliant with <strong>Bluetooth</strong> 2.1 Specification.<br />

Figure 1 shows software architecture of iNavi Android BlueZ Stack.<br />

<strong>RIN</strong> Datasheet<br />

[Date of last Revision]


<strong>RIN</strong> Datasheet DOCUMENT<br />

Page 6 of 8<br />

Date / Year-Month-Day Approved Revision Document No<br />

Prepared e-mail address N.B.<br />

Confidential<br />

Figure 1 BlueZ <strong>Bluetooth</strong> Protocol Stack Architecture<br />

2.2.3 Application<br />

iNavi Android BlueZ Stack is most likely to be used for navigation system.<br />

2.2.4 Block Diagram<br />

iNavi Android BlueZ Stack is made of GAP(Generic Access Profile), L2CAP(Logical Link Control<br />

and Adaptation Protocol), SDP(Service Discovery Protocol), and BNEP(<strong>Bluetooth</strong> Network<br />

Encapsulation Protocol).<br />

L2CAP layer exist in Linux Kernel, and GAP and BNEP are located in both Linux Kernel and<br />

BlueZ 4.7. and SDP is placed in BlueZ 4.7 only.<br />

iNavi Android BlueZ Stack uses the D-Bus interface for communicating with other applications<br />

and modules. The BlueZ D-Bus architecture is shown in Figure 2.<br />

The BlueZ D-Bus services are exported through the system message bus. Every D-Bus enabled<br />

device has a system message bus instance running. This bus is used to broadcast system events,<br />

such as new hardware devices, network connection status, and so forth. The session message<br />

<strong>RIN</strong> Datasheet<br />

[Date of last Revision]


<strong>RIN</strong> Datasheet DOCUMENT<br />

Page 7 of 8<br />

Date / Year-Month-Day Approved Revision Document No<br />

Prepared e-mail address N.B.<br />

Confidential<br />

bus is not suitable for this architecture since the <strong>Bluetooth</strong> hardware/connections are shared by<br />

all device sessions.<br />

Figure 2 BlueZ Stack D-Bus Architecture<br />

2.2.5 Software Features<br />

GAP(Generic Access Profile), L2CAP(Logical Link Control and Adaptation Protocol),<br />

SDP(Service Discovery Protocol), and BNEP(<strong>Bluetooth</strong> Network Encapsulation Protocol) are<br />

supported by iNavi Android BlueZ Stack<br />

2.2.6 Hardware / Software <strong>Reference</strong> Platforms<br />

1. OS:<br />

2. Chipset :<br />

3. Memory :<br />

4. External Memory :<br />

<strong>RIN</strong> Datasheet<br />

[Date of last Revision]


<strong>RIN</strong> Datasheet DOCUMENT<br />

Page 8 of 8<br />

Date / Year-Month-Day Approved Revision Document No<br />

Prepared e-mail address N.B.<br />

Confidential<br />

5. <strong>Bluetooth</strong> Chip: BCM4329/BC06-ROM<br />

3 Contact Information<br />

Company<br />

Address<br />

Thinkware systems Corporation<br />

22FL.,Trust Tower, 275-7, Yangjae-Dong,<br />

Seocho-Gu, Seoul<br />

Tel/Fax 82-2-589-9714 / 82-2-589-9700<br />

Name<br />

Kyuhwa Lee<br />

Email<br />

Homepage<br />

kyuhwa@thinkare.co.kr<br />

www.inavi.co.kr<br />

Company<br />

Address<br />

Thinkware systems Corporation<br />

22FL.,Trust Tower, 275-7, Yangjae-Dong,<br />

Seocho-Gu, Seoul<br />

Tel/Fax 82-2-589-9736/ 82-2-589-9700<br />

Name<br />

Yu-Doo Won<br />

Email<br />

Homepage<br />

ydwon@thinkare.co.kr<br />

www.inavi.co.kr<br />

<strong>RIN</strong> Datasheet<br />

[Date of last Revision]

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!