Searched refs:tBTA_PAN_ROLE (Results 1 – 4 of 4) sorted by relevance
/system/bt/bta/include/ |
D | bta_pan_api.h | 54 typedef uint8_t tBTA_PAN_ROLE; typedef 65 tBTA_PAN_ROLE role; /* PAN roles successfully registered */ 80 tBTA_PAN_ROLE local_role; /* Local device PAN role for the connection */ 81 tBTA_PAN_ROLE peer_role; /* Peer device PAN role for the connection */ 146 void BTA_PanSetRole(tBTA_PAN_ROLE role, tBTA_PAN_ROLE_INFO* p_user_info, 161 void BTA_PanOpen(const RawAddress& bd_addr, tBTA_PAN_ROLE local_role, 162 tBTA_PAN_ROLE peer_role);
|
/system/bt/bta/pan/ |
D | bta_pan_api.cc | 99 void BTA_PanSetRole(tBTA_PAN_ROLE role, tBTA_PAN_ROLE_INFO* p_user_info, in BTA_PanSetRole() 136 void BTA_PanOpen(const RawAddress& bd_addr, tBTA_PAN_ROLE local_role, in BTA_PanOpen() 137 tBTA_PAN_ROLE peer_role) { in BTA_PanOpen() 175 void BTA_PanSetRole(UNUSED_ATTR tBTA_PAN_ROLE role, in BTA_PanSetRole() 181 UNUSED_ATTR tBTA_PAN_ROLE local_role, in BTA_PanOpen() 182 UNUSED_ATTR tBTA_PAN_ROLE peer_role) {} in BTA_PanOpen()
|
D | bta_pan_int.h | 79 tBTA_PAN_ROLE role; 87 tBTA_PAN_ROLE local_role; /* local role */ 88 tBTA_PAN_ROLE peer_role; /* peer role */ 126 tBTA_PAN_ROLE local_role; /* local role */ 127 tBTA_PAN_ROLE peer_role; /* peer role */
|
/system/bt/test/mock/ |
D | mock_bta_pan_api.cc | 41 void BTA_PanOpen(const RawAddress& bd_addr, tBTA_PAN_ROLE local_role, in BTA_PanOpen() 42 tBTA_PAN_ROLE peer_role) { in BTA_PanOpen() 45 void BTA_PanSetRole(tBTA_PAN_ROLE role, tBTA_PAN_ROLE_INFO* p_user_info, in BTA_PanSetRole()
|