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
/external/bluetooth/bluedroid/bta/include/
bta_pan_api.h
66
}
tBTA_PAN_ROLE_INFO
;
163
BTA_API 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);
/external/bluetooth/bluedroid/bta/pan/
bta_pan_api.c
109
void BTA_PanSetRole(tBTA_PAN_ROLE role,
tBTA_PAN_ROLE_INFO
*p_user_info,
tBTA_PAN_ROLE_INFO
*p_gn_info,
110
tBTA_PAN_ROLE_INFO
*p_nap_info)
/external/bluetooth/bluedroid/btif/src/
btif_pan.c
199
static
tBTA_PAN_ROLE_INFO
bta_panu_info = {PANU_SERVICE_NAME, 0, PAN_SECURITY};
200
static
tBTA_PAN_ROLE_INFO
bta_pan_nap_info = {PAN_NAP_SERVICE_NAME, 0, PAN_SECURITY};
Completed in 24 milliseconds