OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pairable_timeout
(Results
1 - 1
of
1
) sorted by null
/external/bluetooth/bluez/src/
adapter.c
103
uint32_t
pairable_timeout
; /* pairable time(sec) */
member in struct:btd_adapter
549
if (pairable && adapter->
pairable_timeout
)
551
adapter->
pairable_timeout
);
799
if (adapter->
pairable_timeout
== timeout && timeout == 0)
805
adapter->
pairable_timeout
= timeout;
1198
DBUS_TYPE_UINT32, &adapter->
pairable_timeout
);
[
all
...]
Completed in 51 milliseconds