Searched refs:loc_auth (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/bluez/plugins/
H A Dhciops.c93 uint8_t loc_auth; member in struct:bt_conn
778 conn->loc_auth = 0xff;
882 get_auth_info(index, dba, &conn->loc_auth);
884 DBG("kernel auth requirements = 0x%02x", conn->loc_auth);
907 if (key_info->type == 0x04 && conn->loc_auth != 0xff &&
908 (conn->loc_auth & 0x01))
962 conn->loc_auth, conn->rem_auth);
996 (conn->loc_auth > 0x01 && conn->rem_auth > 0x01) ||
997 (conn->loc_auth == 0x02 || conn->loc_auth
[all...]

Completed in 22 milliseconds