Editing Bluetooth
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 27: | Line 27: | ||
{| class="wikitable" style="text-align: center;border:3px solid #123AAA;" | {| class="wikitable" style="text-align: center;border:3px solid #123AAA;" | ||
|- | |- | ||
| style="background-color:#ffffff; color:# | | style="background-color:#ffffff; color:#123AAA;" |'''Class''' | ||
| style="background-color:#ffffff; color:# | | style="background-color:#ffffff; color:#123AAA;" |'''Power''' | ||
| style="background-color:#ffffff; color:# | | style="background-color:#ffffff; color:#123AAA;" |'''Range''' | ||
|- | |- | ||
| Class 1 || 100mW<br />(20 dBm) || 100m<br />(325ft) | | Class 1 || 100mW<br />(20 dBm) || 100m<br />(325ft) | ||
Line 242: | Line 242: | ||
{| class="wikitable" style="text-align: center;border:3px solid #123AAA;" | {| class="wikitable" style="text-align: center;border:3px solid #123AAA;" | ||
|- | |- | ||
| style="background-color:#ffffff; color:# | | style="background-color:#ffffff; color:#123AAA;" |'''Icon''' | ||
| style="background-color:#ffffff; color:# | | style="background-color:#ffffff; color:#123AAA;" |'''Device''' | ||
| style="background-color:#ffffff; color:# | | style="background-color:#ffffff; color:#123AAA;" |[[File:Ps-vita-logo.jpg|70px]] | ||
| style="background-color:#ffffff; color:# | | style="background-color:#ffffff; color:#123AAA;" |[[File:Ps-vita-tv-logo-123aaaa.png|70px]] | ||
|- | |- | ||
| [[File:Bluetooth_Wireless_controller.png]] || Wireless controller || {{N/a}} || {{Yes}} | | [[File:Bluetooth_Wireless_controller.png]] || Wireless controller || {{N/a}} || {{Yes}} | ||
Line 266: | Line 266: | ||
|- | |- | ||
| '''No icon''' || Other devices || {{Yes}} || {{Yes}} | | '''No icon''' || Other devices || {{Yes}} || {{Yes}} | ||
|- | |- | ||
|} | |} | ||
Line 326: | Line 298: | ||
*The Bluetooth protocol stack is split in two parts: a "controller stack" (Hardware) containing the timing critical radio interface, and a "host stack" (software) dealing with high level data. | *The Bluetooth protocol stack is split in two parts: a "controller stack" (Hardware) containing the timing critical radio interface, and a "host stack" (software) dealing with high level data. | ||
<small>The controller stack is generally implemented in a low cost silicon device containing the Bluetooth radio and a microprocessor. | <small>The controller stack is generally implemented in a low cost silicon device containing the Bluetooth radio and a microprocessor. | ||
The host stack is generally implemented as part of an operating system.</small> | The host stack is generally implemented as part of an operating system.</small> | ||
*Bluetooth standard has many protocols that are organized into different layers. | *Bluetooth standard has many protocols that are organized into different layers. | ||
Line 493: | Line 463: | ||
An example scenario would be the exchange of a contact or appointment between two mobile phones, or a mobile phone and a PC. | An example scenario would be the exchange of a contact or appointment between two mobile phones, or a mobile phone and a PC. | ||
=== Bluetooth Adressing === | |||
Each Bluetooth unit has a unique 48-bit address (BD_ADDR). | |||
{| class="wikitable" style="text-align: center;border:3px solid #123AAA;" | |||
|- | |||
|colspan="6"|'''Company_assigned''' | |||
|colspan="6"|'''Company_id''' | |||
|- | |||
|colspan="6"|'''L'''ower '''A'''dress '''P'''art (24-bit)<br />transmitted with every packet as part of the packet header | |||
|colspan="2"|'''U'''pper '''A'''dress '''P'''art (8-bit)<br /> | |||
|colspan="4"|'''N'''on-Significant '''A'''dress '''P'''art (16-bit)<br />[http://standards-oui.ieee.org/oui.txt assigned publicly by the IEEE] | |||
|- | |||
!width="70"|<sub>lsb</sub>xxxx | |||
!width="70"|xxxx | |||
!width="70"|xxxx | |||
!width="70"|xxxx | |||
!width="70"|xxxx | |||
!width="70"|xxxx | |||
!width="70"|xxxx | |||
!width="70"|xxxx | |||
!width="70"|xxxx | |||
!width="70"|xxxx | |||
!width="70"|xxxx | |||
!width="70"|xxxx<sup>msb</sup> | |||
|- | |||
|} | |||
=== Class of Device/Service (CoD) === | === Class of Device/Service (CoD) === |