OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PAN_ROLE_INACTIVE
(Results
1 - 6
of
6
) sorted by null
/system/bt/btif/include/
btif_pan_internal.h
49
#ifndef
PAN_ROLE_INACTIVE
50
#define
PAN_ROLE_INACTIVE
0
/system/bt/stack/pan/
pan_api.c
101
PAN_SetRole (
PAN_ROLE_INACTIVE
, NULL, NULL, NULL, NULL);
148
role !=
PAN_ROLE_INACTIVE
)
252
if (role ==
PAN_ROLE_INACTIVE
)
494
if (pan_cb.role ==
PAN_ROLE_INACTIVE
|| !pan_cb.num_conns) {
550
if (pan_cb.role ==
PAN_ROLE_INACTIVE
|| (!(pan_cb.num_conns)))
pan_int.h
34
#define
PAN_ROLE_INACTIVE
0
pan_utils.c
292
pan_cb.active_role =
PAN_ROLE_INACTIVE
;
pan_main.c
350
(*pan_cb.pan_conn_state_cb) (pcb->handle, pcb->rem_bda, result, is_role_change,
PAN_ROLE_INACTIVE
,
PAN_ROLE_INACTIVE
);
/system/bt/btif/src/
btif_pan.c
206
int bta_pan_role =
PAN_ROLE_INACTIVE
;
Completed in 165 milliseconds