OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:link_state
(Results
1 - 10
of
10
) sorted by null
/external/bluetooth/bluedroid/stack/l2cap/
l2c_link.c
107
p_lcb->
link_state
= LST_CONNECTING;
115
if ((p_lcb->
link_state
== LST_CONNECTING) || (p_lcb->
link_state
== LST_CONNECT_HOLDING))
126
p_lcb->
link_state
= LST_CONNECTING;
129
else if (p_lcb->
link_state
== LST_DISCONNECTING)
137
p_lcb->
link_state
);
179
if (p_lcb->
link_state
!= LST_CONNECTING)
181
L2CAP_TRACE_ERROR2 ("L2CAP got conn_comp in bad state: %d status: 0x%d", p_lcb->
link_state
, status);
195
p_lcb->
link_state
= LST_CONNECTED;
242
p_lcb->
link_state
= LST_CONNECT_HOLDING
[
all
...]
l2c_api.c
138
|| (p_lcb->
link_state
== LST_DISCONNECTING))
296
if (p_lcb->
link_state
== LST_CONNECTED)
307
else if (p_lcb->
link_state
== LST_DISCONNECTING)
623
if (p_lcb->
link_state
== LST_DISCONNECTING)
632
if (p_lcb->
link_state
== LST_CONNECTED)
679
if (p_lcb->
link_state
!= LST_CONNECTED)
736
if ((p_lcb) && (p_lcb->in_use) && (p_lcb->
link_state
== LST_CONNECTED))
771
if ((p_lcb) && (p_lcb->in_use) && (p_lcb->
link_state
== LST_CONNECTED))
783
if ((p_lcb->in_use) && (p_lcb->
link_state
== LST_CONNECTED))
889
p_lcb->
link_state
= LST_CONNECTED
[
all
...]
l2c_ble.c
357
else if (p_lcb->
link_state
!= LST_CONNECTING)
359
L2CAP_TRACE_ERROR1 ("L2CAP got BLE scanner conn_comp in bad state: %d", p_lcb->
link_state
);
368
p_lcb->
link_state
= LST_CONNECTED;
458
p_lcb->
link_state
= LST_CONNECTED;
637
p_lcb->
link_state
= LST_CONNECTING;
l2c_utils.c
63
p_lcb->
link_state
= LST_DISCONNECTED;
192
if ((p_lcb->
link_state
== LST_CONNECTED) || (p_lcb->
link_state
== LST_DISCONNECTING))
[
all
...]
l2c_ucd.c
364
if ((p_lcb)&&(p_lcb->
link_state
== LST_CONNECTED))
621
if (p_lcb->
link_state
== LST_CONNECTED)
[
all
...]
l2c_int.h
383
tL2C_LINK_STATE
link_state
;
member in struct:t_l2c_linkcb
[
all
...]
/external/libnfc-nci/src/nfc/llcp/
llcp_link.c
190
llcp_cb.lcb.
link_state
= LLCP_LINK_STATE_ACTIVATION_FAILED;
220
llcp_cb.lcb.
link_state
= LLCP_LINK_STATE_ACTIVATION_FAILED;
276
llcp_cb.lcb.
link_state
= LLCP_LINK_STATE_ACTIVATED;
307
llcp_cb.lcb.
link_state
= LLCP_LINK_STATE_DEACTIVATED;
329
if (llcp_cb.lcb.
link_state
== LLCP_LINK_STATE_ACTIVATED)
352
else if (llcp_cb.lcb.
link_state
== LLCP_LINK_STATE_DEACTIVATING)
429
llcp_cb.lcb.
link_state
= LLCP_LINK_STATE_DEACTIVATING;
919
if (llcp_cb.lcb.
link_state
== LLCP_LINK_STATE_ACTIVATED)
946
if (llcp_cb.lcb.
link_state
== LLCP_LINK_STATE_DEACTIVATING)
[
all
...]
llcp_api.c
297
LLCP_TRACE_API1 ("LLCP_ActivateLink ()
link_state
= %d", llcp_cb.lcb.
link_state
);
299
if ( (llcp_cb.lcb.
link_state
== LLCP_LINK_STATE_DEACTIVATED)
323
LLCP_TRACE_API1 ("LLCP_DeactivateLink ()
link_state
= %d", llcp_cb.lcb.
link_state
);
325
if (llcp_cb.lcb.
link_state
!= LLCP_LINK_STATE_DEACTIVATED)
641
if ( (llcp_cb.lcb.
link_state
!= LLCP_LINK_STATE_ACTIVATED)
693
else if (llcp_cb.lcb.
link_state
!= LLCP_LINK_STATE_ACTIVATED)
[
all
...]
/external/libnfc-nci/src/nfc/int/
llcp_int.h
60
tLLCP_LINK_STATE
link_state
; /* llcp link state */
member in struct:__anon23613
/external/libsepol/src/
link.c
54
typedef struct
link_state
{
struct
[
all
...]
Completed in 84 milliseconds