OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rem_cap
(Results
1 - 1
of
1
) sorted by null
/external/bluetooth/bluez/src/
dbus-hci.c
441
uint8_t
rem_cap
, rem_auth, loc_cap, loc_auth;
local
463
rem_cap
= device_get_cap(device);
466
DBG("remote IO capabilities are 0x%02x",
rem_cap
);
474
if (!bonding_initiator && (loc_auth & 0x01) &&
rem_cap
== 0x03) {
486
(
rem_cap
== 0x00 ||
rem_cap
== 0x03))
493
if ((loc_auth == 0xff || !(loc_auth & 0x01) ||
rem_cap
== 0x03) &&
Completed in 42 milliseconds