OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tBTA_PAN_ROLE
(Results
1 - 5
of
5
) sorted by null
/system/bt/bta/include/
bta_pan_api.h
57
typedef UINT8
tBTA_PAN_ROLE
;
73
tBTA_PAN_ROLE
role; /* PAN roles successfully registered */
91
tBTA_PAN_ROLE
local_role; /* Local device PAN role for the connection */
92
tBTA_PAN_ROLE
peer_role; /* Peer device PAN role for the connection */
163
void BTA_PanSetRole(
tBTA_PAN_ROLE
role, tBTA_PAN_ROLE_INFO *p_user_info, tBTA_PAN_ROLE_INFO *p_gn_info,
179
void BTA_PanOpen(BD_ADDR bd_addr,
tBTA_PAN_ROLE
local_role,
tBTA_PAN_ROLE
peer_role);
bta_pan_co.h
81
extern void bta_pan_co_open(UINT16 handle, UINT8 app_id,
tBTA_PAN_ROLE
local_role,
tBTA_PAN_ROLE
peer_role, BD_ADDR peer_addr);
/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,
158
void BTA_PanOpen(BD_ADDR bd_addr,
tBTA_PAN_ROLE
local_role,
tBTA_PAN_ROLE
peer_role)
201
void BTA_PanSetRole(
tBTA_PAN_ROLE
role, tBTA_PAN_ROLE_INFO *p_user_info, tBTA_PAN_ROLE_INFO *p_gn_info,
210
void BTA_PanOpen(BD_ADDR bd_addr,
tBTA_PAN_ROLE
local_role,
tBTA_PAN_ROLE
peer_role)
bta_pan_int.h
89
tBTA_PAN_ROLE
role;
104
tBTA_PAN_ROLE
local_role; /* local role */
105
tBTA_PAN_ROLE
peer_role; /* peer role */
149
tBTA_PAN_ROLE
local_role; /* local role */
150
tBTA_PAN_ROLE
peer_role; /* peer role */
/system/bt/btif/co/
bta_pan_co.c
75
void bta_pan_co_open(UINT16 handle, UINT8 app_id,
tBTA_PAN_ROLE
local_role,
76
tBTA_PAN_ROLE
peer_role, BD_ADDR peer_addr)
Completed in 34 milliseconds