OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PAN_ROLE_CLIENT
(Results
1 - 6
of
6
) sorted by null
/external/bluetooth/bluedroid/stack/pan/
pan_api.c
118
**
PAN_ROLE_CLIENT
is for PANU role
146
if ((!(role & (
PAN_ROLE_CLIENT
| PAN_ROLE_GN_SERVER | PAN_ROLE_NAP_SERVER))) &&
236
if (role &
PAN_ROLE_CLIENT
)
249
else if (pan_cb.role &
PAN_ROLE_CLIENT
)
283
**
PAN_ROLE_CLIENT
is for PANU role
318
if ((src_role !=
PAN_ROLE_CLIENT
&& src_role != PAN_ROLE_GN_SERVER && src_role != PAN_ROLE_NAP_SERVER) ||
319
(dst_role !=
PAN_ROLE_CLIENT
&& dst_role != PAN_ROLE_GN_SERVER && dst_role != PAN_ROLE_NAP_SERVER))
329
if (src_role ==
PAN_ROLE_CLIENT
)
343
if (dst_role ==
PAN_ROLE_CLIENT
)
361
else if (dst_role ==
PAN_ROLE_CLIENT
)
[
all
...]
pan_main.c
228
req_role =
PAN_ROLE_CLIENT
;
282
pan_cb.active_role ==
PAN_ROLE_CLIENT
))
385
pan_cb.active_role =
PAN_ROLE_CLIENT
;
392
peer_role =
PAN_ROLE_CLIENT
;
/external/bluetooth/bluedroid/bta/include/
bta_pan_api.h
52
#define BTA_PAN_ROLE_PANU
PAN_ROLE_CLIENT
/external/bluetooth/bluedroid/stack/include/
pan_api.h
48
#define
PAN_ROLE_CLIENT
0x01 /* PANU role */
265
**
PAN_ROLE_CLIENT
is for PANU role
296
**
PAN_ROLE_CLIENT
is for PANU role
/external/bluetooth/bluedroid/bta/pan/
bta_pan_act.c
87
if(src_role ==
PAN_ROLE_CLIENT
)
355
if(p_data->api_set_role.role &
PAN_ROLE_CLIENT
)
/external/bluetooth/bluedroid/btif/src/
btif_pan.c
178
if(bta_pan_role &
PAN_ROLE_CLIENT
)
194
bta_pan_role |=
PAN_ROLE_CLIENT
;
Completed in 141 milliseconds