OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tBTA_PAN_ROLE_INFO
(Results
1 - 3
of
3
) sorted by null
/system/bt/bta/include/
bta_pan_api.h
66
}
tBTA_PAN_ROLE_INFO
;
163
void BTA_PanSetRole(tBTA_PAN_ROLE role,
tBTA_PAN_ROLE_INFO
*p_user_info,
tBTA_PAN_ROLE_INFO
*p_gn_info,
164
tBTA_PAN_ROLE_INFO
*p_nap_info);
/system/bt/bta/pan/
bta_pan_api.c
103
void BTA_PanSetRole(tBTA_PAN_ROLE role,
tBTA_PAN_ROLE_INFO
*p_user_info,
tBTA_PAN_ROLE_INFO
*p_gn_info,
104
tBTA_PAN_ROLE_INFO
*p_nap_info)
201
void BTA_PanSetRole(tBTA_PAN_ROLE role,
tBTA_PAN_ROLE_INFO
*p_user_info,
tBTA_PAN_ROLE_INFO
*p_gn_info,
202
tBTA_PAN_ROLE_INFO
*p_nap_info)
/system/bt/btif/src/
btif_pan.c
217
static
tBTA_PAN_ROLE_INFO
bta_panu_info = {PANU_SERVICE_NAME, 0, PAN_SECURITY};
218
static
tBTA_PAN_ROLE_INFO
bta_pan_nap_info = {PAN_NAP_SERVICE_NAME, 1, PAN_SECURITY};
Completed in 32 milliseconds