Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/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 BTA_API void BTA_PanSetRole(tBTA_PAN_ROLE role, tBTA_PAN_ROLE_INFO *p_user_info, tBTA_PAN_ROLE_INFO…
179 BTA_API 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 p…
/external/bluetooth/bluedroid/bta/pan/
Dbta_pan_int.h80 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 */
Dbta_pan_api.c109 void BTA_PanSetRole(tBTA_PAN_ROLE role, tBTA_PAN_ROLE_INFO *p_user_info, tBTA_PAN_ROLE_INFO *p_gn_i… in BTA_PanSetRole()
177 BTA_API void BTA_PanOpen(BD_ADDR bd_addr, tBTA_PAN_ROLE local_role, tBTA_PAN_ROLE peer_role) in BTA_PanOpen()
/external/bluetooth/bluedroid/btif/co/
Dbta_pan_co.c90 void bta_pan_co_open(UINT16 handle, UINT8 app_id, tBTA_PAN_ROLE local_role, tBTA_PAN_ROLE peer_role… in bta_pan_co_open()