OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:configured_peer
(Results
1 - 1
of
1
) sorted by null
/system/bt/stack/l2cap/
l2cap_client.c
41
bool
configured_peer
;
member in struct:l2cap_client_t
138
assert(!client->
configured_peer
);
160
client->
configured_peer
= false;
172
return client->local_channel_id != 0 && client->configured_self && client->
configured_peer
;
252
client->
configured_peer
= true;
Completed in 47 milliseconds