diff options
| author | John Klug <john.klug@multitech.com> | 2018-03-23 15:15:19 -0500 |
|---|---|---|
| committer | John Klug <john.klug@multitech.com> | 2018-03-23 15:15:19 -0500 |
| commit | 16cd86b22cf53da341b24c46e703a48399bd4eec (patch) | |
| tree | c3d4525b1d7d93d7c2d113cb9907b47baa7f8386 /recipes-connectivity/bluez/bluez5/rfcomm/rfcomm.py | |
| parent | 797267d0479fe068e30457cfeefa10800ded4873 (diff) | |
| download | meta-mlinux-atmel-16cd86b22cf53da341b24c46e703a48399bd4eec.tar.gz meta-mlinux-atmel-16cd86b22cf53da341b24c46e703a48399bd4eec.tar.bz2 meta-mlinux-atmel-16cd86b22cf53da341b24c46e703a48399bd4eec.zip | |
Add init scripts and default file to RFCOMM. Device NAME issue is TBD
Diffstat (limited to 'recipes-connectivity/bluez/bluez5/rfcomm/rfcomm.py')
| -rw-r--r-- | recipes-connectivity/bluez/bluez5/rfcomm/rfcomm.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-connectivity/bluez/bluez5/rfcomm/rfcomm.py b/recipes-connectivity/bluez/bluez5/rfcomm/rfcomm.py index 992de45..360f5f4 100644 --- a/recipes-connectivity/bluez/bluez5/rfcomm/rfcomm.py +++ b/recipes-connectivity/bluez/bluez5/rfcomm/rfcomm.py @@ -306,6 +306,10 @@ class Profile(dbus.service.Object): fp_localdir = BLUEZLIB + '/' + localdir # Full path lg.debug('Localdir: %s' % (fp_localdir)) if os.path.isdir(fp_localdir) and localdir.count(':') == 5: + # TBD !!!!! + # Look for fp_localdir + address/info or + # fp_localdir + 'cache' + address + # or get this from bluez somehow using an unknown API. lg.debug('Localdir is directory and 5 colons: %s' % (fp_localdir)) # We have MAC address for clientdir in os.listdir(fp_localdir): |
