OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:conn_st
(Results
1 - 5
of
5
) sorted by null
/external/libnfc-nci/src/nfa/ee/
nfa_ee_act.c
359
if (p_cb->
conn_st
== NFA_EE_CONN_ST_CONN)
361
p_cb->
conn_st
= NFA_EE_CONN_ST_DISC;
597
if (p_cb->
conn_st
== NFA_EE_CONN_ST_NONE)
604
p_cb->
conn_st
= NFA_EE_CONN_ST_WAIT;
640
if (p_cb->
conn_st
== NFA_EE_CONN_ST_CONN)
676
if (p_cb->
conn_st
== NFA_EE_CONN_ST_CONN)
678
p_cb->
conn_st
= NFA_EE_CONN_ST_DISC;
[
all
...]
nfa_ee_api.c
596
if ((p_cb == NULL) || (p_cb->
conn_st
!= NFA_EE_CONN_ST_CONN) || (p_data == NULL))
641
if ((p_cb == NULL) || (p_cb->
conn_st
!= NFA_EE_CONN_ST_CONN))
nfa_ee_main.c
468
if (p_cb->
conn_st
== NFA_EE_CONN_ST_CONN)
/external/bluetooth/bluedroid/stack/l2cap/
l2c_ble.c
658
tBTM_BLE_CONN_ST
conn_st
= btm_ble_get_conn_st();
local
662
if (
conn_st
== BLE_CONN_IDLE)
668
L2CAP_TRACE_WARNING1 ("L2CAP - LE - cannot start new connection at conn st: %d",
conn_st
);
672
if (
conn_st
== BLE_BG_CONN)
/external/libnfc-nci/src/nfa/int/
nfa_ee_int.h
134
tNFA_EE_CONN_ST
conn_st
; /* connection status */
member in struct:__anon23412
Completed in 359 milliseconds