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
/external/bluetooth/bluedroid/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
BTA_API void BTA_PanSetRole(
tBTA_PAN_ROLE
role, tBTA_PAN_ROLE_INFO *p_user_info, tBTA_PAN_ROLE_INFO *p_gn_info,
179
BTA_API void BTA_PanOpen(BD_ADDR bd_addr,
tBTA_PAN_ROLE
local_role,
tBTA_PAN_ROLE
peer_role);
bta_pan_co.h
81
BTA_API 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);
/external/bluetooth/bluedroid/bta/pan/
bta_pan_int.h
80
tBTA_PAN_ROLE
role;
95
tBTA_PAN_ROLE
local_role; /* local role */
96
tBTA_PAN_ROLE
peer_role; /* peer role */
140
tBTA_PAN_ROLE
local_role; /* local role */
141
tBTA_PAN_ROLE
peer_role; /* peer role */
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,
177
BTA_API void BTA_PanOpen(BD_ADDR bd_addr,
tBTA_PAN_ROLE
local_role,
tBTA_PAN_ROLE
peer_role)
/external/bluetooth/bluedroid/btif/co/
bta_pan_co.c
74
void bta_pan_co_open(UINT16 handle, UINT8 app_id,
tBTA_PAN_ROLE
local_role,
75
tBTA_PAN_ROLE
peer_role, BD_ADDR peer_addr)
Completed in 26 milliseconds