Home
last modified time | relevance | path

Searched refs:tBTA_PAN_ROLE (Results 1 – 5 of 5) sorted by relevance

/system/bt/bta/include/
Dbta_pan_api.h57 typedef UINT8 tBTA_PAN_ROLE; typedef
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_i…
179 void BTA_PanOpen(BD_ADDR bd_addr, tBTA_PAN_ROLE local_role, tBTA_PAN_ROLE peer_role);
Dbta_pan_co.h81 extern void bta_pan_co_open(UINT16 handle, UINT8 app_id, tBTA_PAN_ROLE local_role, tBTA_PAN_ROLE pe…
/system/bt/bta/pan/
Dbta_pan_api.c103 void BTA_PanSetRole(tBTA_PAN_ROLE role, tBTA_PAN_ROLE_INFO *p_user_info, tBTA_PAN_ROLE_INFO *p_gn_i… in BTA_PanSetRole()
158 void BTA_PanOpen(BD_ADDR bd_addr, tBTA_PAN_ROLE local_role, tBTA_PAN_ROLE peer_role) in BTA_PanOpen()
201 void BTA_PanSetRole(tBTA_PAN_ROLE role, tBTA_PAN_ROLE_INFO *p_user_info, tBTA_PAN_ROLE_INFO *p_gn_i… in BTA_PanSetRole()
210 void BTA_PanOpen(BD_ADDR bd_addr, tBTA_PAN_ROLE local_role, tBTA_PAN_ROLE peer_role) in BTA_PanOpen()
Dbta_pan_int.h89 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/
Dbta_pan_co.c75 void bta_pan_co_open(UINT16 handle, UINT8 app_id, tBTA_PAN_ROLE local_role, in bta_pan_co_open()
76 tBTA_PAN_ROLE peer_role, BD_ADDR peer_addr) in bta_pan_co_open()