OSDN Git Service

Introduce Pairable property.
authorLuiz Augusto von Dentz <luiz.dentz@openbossa.org>
Thu, 20 Nov 2008 19:33:30 +0000 (16:33 -0300)
committerLuiz Augusto von Dentz <luiz.dentz@openbossa.org>
Thu, 20 Nov 2008 19:33:30 +0000 (16:33 -0300)
commit0c561f77956654c654f14daea35e90ad0ba20164
tree9d7b21d086aa161c321a3d4c187c63c16cf1781d
parent99b4f5685edd040b4782341bfb0f2da889264888
Introduce Pairable property.

As the name suggest it tells when an adapter enter or leaves bondable
mode, it works as follow:
Pairable=true & Discoverable=true: limited IAC
Pairable=true & Discoverable=false: pairable but inquiry scan disabled
Pairable=false & Discoverable=true: inquiry scan enabled (with Generic IAC)
but new pairings cannot be created (same as if there was no agent)
Pairable=false & Discoverable=false: inquiry scan disabled & non-pairable
(as if there was no agent)
doc/adapter-api.txt
src/adapter.c
src/adapter.h
src/dbus-hci.c
src/storage.c
src/storage.h