OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_role_change
(Results
1 - 7
of
7
) sorted by null
/external/bluetooth/bluedroid/stack/pan/
pan_int.h
116
BOOLEAN
is_role_change
);
117
extern void pan_connect_state_cb (UINT16 handle, BD_ADDR rem_bda, tBNEP_RESULT result, BOOLEAN
is_role_change
);
pan_main.c
88
**
is_role_change
- Flag to indicate that it is a role change
97
BOOLEAN
is_role_change
)
183
handle, pan_cb.role, local_uuid->uu.uuid16, remote_uuid->uu.uuid16,
is_role_change
?"YES":"NO");
327
**
is_role_change
- flag to indicate that it is a role change
332
void pan_connect_state_cb (UINT16 handle, BD_ADDR rem_bda, tBNEP_RESULT result, BOOLEAN
is_role_change
)
350
(*pan_cb.pan_conn_state_cb) (pcb->handle, pcb->rem_bda, result,
is_role_change
, PAN_ROLE_INACTIVE, PAN_ROLE_INACTIVE);
402
(*pan_cb.pan_conn_state_cb) (pcb->handle, pcb->rem_bda, PAN_SUCCESS,
is_role_change
, pan_cb.active_role, peer_role);
/external/bluetooth/bluedroid/stack/include/
bnep_api.h
88
BOOLEAN
is_role_change
);
103
BOOLEAN
is_role_change
);
pan_api.h
97
typedef void (tPAN_CONN_STATE_CB) (UINT16 handle, BD_ADDR bd_addr, tPAN_RESULT state, BOOLEAN
is_role_change
,
/external/bluetooth/bluedroid/bta/pan/
bta_pan_act.c
55
BOOLEAN
is_role_change
, UINT8 src_role, UINT8 dst_role)
64
if((state == PAN_SUCCESS) && !
is_role_change
)
95
else if((state != PAN_SUCCESS) && !
is_role_change
)
/external/bluetooth/bluedroid/stack/bnep/
bnep_main.c
792
BOOLEAN
is_role_change
;
local
795
is_role_change
= TRUE;
797
is_role_change
= FALSE;
809
(*bnep_cb.p_conn_state_cb) (p_bcb->handle, p_bcb->rem_bda, BNEP_SUCCESS,
is_role_change
);
bnep_utils.c
1215
BOOLEAN
is_role_change
;
local
[
all
...]
Completed in 63 milliseconds