10089:5fe9bfafbc7c | 10090:8be7dd9460c5 |
---|---|
12 Module implementing a class to parse and store the Bluetooth device advertisement data. | 12 Module implementing a class to parse and store the Bluetooth device advertisement data. |
13 </p> | 13 </p> |
14 <h3>Global Attributes</h3> | 14 <h3>Global Attributes</h3> |
15 | 15 |
16 <table> | 16 <table> |
17 <tr><td>ADV_DIRECT_IND</td></tr><tr><td>ADV_IND</td></tr><tr><td>ADV_NONCONN_IND</td></tr><tr><td>ADV_SCAN_IND</td></tr><tr><td>ADV_TYPE_COMPLETE_NAME</td></tr><tr><td>ADV_TYPE_MANUFACTURER</td></tr><tr><td>ADV_TYPE_SHORT_NAME</td></tr><tr><td>ADV_TYPE_SVC_DATA</td></tr><tr><td>ADV_TYPE_TX_POWER_LEVEL</td></tr><tr><td>ADV_TYPE_UUID128_COMPLETE</td></tr><tr><td>ADV_TYPE_UUID128_INCOMPLETE</td></tr><tr><td>ADV_TYPE_UUID16_COMPLETE</td></tr><tr><td>ADV_TYPE_UUID16_INCOMPLETE</td></tr><tr><td>ADV_TYPE_UUID32_COMPLETE</td></tr><tr><td>ADV_TYPE_UUID32_INCOMPLETE</td></tr><tr><td>ManufacturerId</td></tr><tr><td>SCAN_RSP</td></tr> | 17 <tr><td>ADV_DIRECT_IND</td></tr><tr><td>ADV_IND</td></tr><tr><td>ADV_NONCONN_IND</td></tr><tr><td>ADV_SCAN_IND</td></tr><tr><td>ADV_TYPE_COMPLETE_NAME</td></tr><tr><td>ADV_TYPE_MANUFACTURER</td></tr><tr><td>ADV_TYPE_SHORT_NAME</td></tr><tr><td>ADV_TYPE_SVC_DATA</td></tr><tr><td>ADV_TYPE_TX_POWER_LEVEL</td></tr><tr><td>ADV_TYPE_UUID128_COMPLETE</td></tr><tr><td>ADV_TYPE_UUID128_INCOMPLETE</td></tr><tr><td>ADV_TYPE_UUID16_COMPLETE</td></tr><tr><td>ADV_TYPE_UUID16_INCOMPLETE</td></tr><tr><td>ADV_TYPE_UUID32_COMPLETE</td></tr><tr><td>ADV_TYPE_UUID32_INCOMPLETE</td></tr><tr><td>ManufacturerIDs</td></tr><tr><td>SCAN_RSP</td></tr><tr><td>ServiceIDs</td></tr> |
18 </table> | 18 </table> |
19 <h3>Classes</h3> | 19 <h3>Classes</h3> |
20 | 20 |
21 <table> | 21 <table> |
22 | 22 |
26 </tr> | 26 </tr> |
27 </table> | 27 </table> |
28 <h3>Functions</h3> | 28 <h3>Functions</h3> |
29 | 29 |
30 <table> | 30 <table> |
31 <tr><td>None</td></tr> | 31 |
32 <tr> | |
33 <td><a href="#_loadManufacturerIDs">_loadManufacturerIDs</a></td> | |
34 <td>Function to load the manufacturer IDs.</td> | |
35 </tr> | |
36 <tr> | |
37 <td><a href="#_loadServiceUUIDs">_loadServiceUUIDs</a></td> | |
38 <td>Function to load the service UUIDs.</td> | |
39 </tr> | |
32 </table> | 40 </table> |
33 <hr /> | 41 <hr /> |
34 <hr /> | 42 <hr /> |
35 <a NAME="BluetoothAdvertisement" ID="BluetoothAdvertisement"></a> | 43 <a NAME="BluetoothAdvertisement" ID="BluetoothAdvertisement"></a> |
36 <h2>BluetoothAdvertisement</h2> | 44 <h2>BluetoothAdvertisement</h2> |
318 Public method to get the service IDs. | 326 Public method to get the service IDs. |
319 </p> | 327 </p> |
320 <dl> | 328 <dl> |
321 <dt>Return:</dt> | 329 <dt>Return:</dt> |
322 <dd> | 330 <dd> |
323 list of tuples containing the advertised service ID and a | 331 list of tuples containing the advertised service ID, the associated |
324 flag indicating a complete ID | 332 service name (if available) and a flag indicating a complete ID |
325 </dd> | 333 </dd> |
326 </dl> | 334 </dl> |
327 <dl> | 335 <dl> |
328 <dt>Return Type:</dt> | 336 <dt>Return Type:</dt> |
329 <dd> | 337 <dd> |
390 advertisement data | 398 advertisement data |
391 </dd> | 399 </dd> |
392 </dl> | 400 </dl> |
393 <div align="right"><a href="#top">Up</a></div> | 401 <div align="right"><a href="#top">Up</a></div> |
394 <hr /> | 402 <hr /> |
403 <hr /> | |
404 <a NAME="_loadManufacturerIDs" ID="_loadManufacturerIDs"></a> | |
405 <h2>_loadManufacturerIDs</h2> | |
406 <b>_loadManufacturerIDs</b>(<i></i>) | |
407 | |
408 <p> | |
409 Function to load the manufacturer IDs. | |
410 </p> | |
411 <div align="right"><a href="#top">Up</a></div> | |
412 <hr /> | |
413 <hr /> | |
414 <a NAME="_loadServiceUUIDs" ID="_loadServiceUUIDs"></a> | |
415 <h2>_loadServiceUUIDs</h2> | |
416 <b>_loadServiceUUIDs</b>(<i></i>) | |
417 | |
418 <p> | |
419 Function to load the service UUIDs. | |
420 </p> | |
421 <div align="right"><a href="#top">Up</a></div> | |
422 <hr /> | |
395 </body></html> | 423 </body></html> |