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.h54 typedef uint8_t tBTA_PAN_ROLE; typedef
67 tBTA_PAN_ROLE role; /* PAN roles successfully registered */
82 tBTA_PAN_ROLE local_role; /* Local device PAN role for the connection */
83 tBTA_PAN_ROLE peer_role; /* Peer device PAN role for the connection */
148 void BTA_PanSetRole(tBTA_PAN_ROLE role, tBTA_PAN_ROLE_INFO* p_user_info,
164 void BTA_PanOpen(const RawAddress& bd_addr, tBTA_PAN_ROLE local_role,
165 tBTA_PAN_ROLE peer_role);
Dbta_pan_co.h76 tBTA_PAN_ROLE local_role, tBTA_PAN_ROLE peer_role,
/system/bt/bta/pan/
Dbta_pan_api.cc97 void BTA_PanSetRole(tBTA_PAN_ROLE role, tBTA_PAN_ROLE_INFO* p_user_info, in BTA_PanSetRole()
145 void BTA_PanOpen(const RawAddress& bd_addr, tBTA_PAN_ROLE local_role, in BTA_PanOpen()
146 tBTA_PAN_ROLE peer_role) { in BTA_PanOpen()
182 void BTA_PanSetRole(UNUSED_ATTR tBTA_PAN_ROLE role, in BTA_PanSetRole()
188 UNUSED_ATTR tBTA_PAN_ROLE local_role, in BTA_PanOpen()
189 UNUSED_ATTR tBTA_PAN_ROLE peer_role) {} in BTA_PanOpen()
Dbta_pan_int.h75 tBTA_PAN_ROLE role;
88 tBTA_PAN_ROLE local_role; /* local role */
89 tBTA_PAN_ROLE peer_role; /* peer role */
127 tBTA_PAN_ROLE local_role; /* local role */
128 tBTA_PAN_ROLE peer_role; /* peer role */
/system/bt/btif/co/
Dbta_pan_co.cc75 void bta_pan_co_open(uint16_t handle, uint8_t app_id, tBTA_PAN_ROLE local_role, in bta_pan_co_open()
76 tBTA_PAN_ROLE peer_role, const RawAddress& peer_addr) { in bta_pan_co_open()