Categories: Python | S60 | Code Examples | How To
This page was last modified 03:08, 11 May 2008.
How to get the bluetooth address of phone
From Forum Nokia Wiki
This is a small code snippet in PyS60 to get the bluetooth name a address of your phone. You need to have the miso library installed, it's available here: http://pdis.hiit.fi/pdis/download/miso/
import miso def bt_connected(): try: miso.local_bt_name() # address here except: return False return True bt_connected()
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how could I find a unique code ? | jason_rency | General Browsing | 0 | 2004-03-26 16:39 |
| how could I find a unique code ? | jason_rency | Bluetooth Technology | 0 | 2004-03-29 15:54 |
| how could I find a unique code ? | jason_rency | General Discussion | 0 | 2004-03-29 15:51 |
| Connection Manager not working over non-Nokia Bluetooth | joregui | Bluetooth Technology | 2 | 2003-03-13 20:35 |
| Bluetooth Name Request? | canard_42 | Symbian Networking & Messaging | 2 | 2005-09-12 02:48 |
