OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rem_auth
(Results
1 - 1
of
1
) sorted by null
/external/bluetooth/bluez/plugins/
hciops.c
95
uint8_t
rem_auth
;
member in struct:bt_conn
779
conn->
rem_auth
= 0xff;
962
conn->loc_auth, conn->
rem_auth
);
968
if (conn->
rem_auth
== 0xff && old_key_type == 0xff)
996
(conn->loc_auth > 0x01 && conn->
rem_auth
> 0x01) ||
998
(conn->
rem_auth
== 0x02 || conn->
rem_auth
== 0x03)) {
1102
rem_mitm = (conn->
rem_auth
& 0x01) ? TRUE : FALSE;
1227
if (conn->
rem_auth
< 0x02) {
1232
conn->loc_auth = conn->
rem_auth
;
[
all
...]
Completed in 33 milliseconds