OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BTPAN_ROLE_PANNAP
(Results
1 - 2
of
2
) sorted by null
/hardware/libhardware/include/hardware/
bt_pan.h
23
#define
BTPAN_ROLE_PANNAP
1
/system/bt/btif/src/
btif_pan.cc
78
#define BTPAN_LOCAL_ROLE
BTPAN_ROLE_PANNAP
80
#define BTPAN_LOCAL_ROLE (BTPAN_ROLE_PANU |
BTPAN_ROLE_PANNAP
)
184
if (bta_pan_role & PAN_ROLE_NAP_SERVER) btpan_role |=
BTPAN_ROLE_PANNAP
;
192
if (btpan_role &
BTPAN_ROLE_PANNAP
) bta_pan_role |= PAN_ROLE_NAP_SERVER;
Completed in 71 milliseconds