Searched refs:tBTA_PAN_ROLE_INFO (Results 1 – 4 of 4) sorted by relevance
/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() 100 tBTA_PAN_ROLE_INFO* p_nap_info) { in BTA_PanSetRole() 176 UNUSED_ATTR tBTA_PAN_ROLE_INFO* p_user_info, in BTA_PanSetRole() 177 UNUSED_ATTR tBTA_PAN_ROLE_INFO* p_gn_info, in BTA_PanSetRole() 178 UNUSED_ATTR tBTA_PAN_ROLE_INFO* p_nap_info) {} in BTA_PanSetRole()
|
/system/bt/bta/include/ |
D | bta_pan_api.h | 60 } tBTA_PAN_ROLE_INFO; typedef 146 void BTA_PanSetRole(tBTA_PAN_ROLE role, tBTA_PAN_ROLE_INFO* p_user_info, 147 tBTA_PAN_ROLE_INFO* p_nap_info);
|
/system/bt/test/mock/ |
D | mock_bta_pan_api.cc | 45 void BTA_PanSetRole(tBTA_PAN_ROLE role, tBTA_PAN_ROLE_INFO* p_user_info, in BTA_PanSetRole() 46 tBTA_PAN_ROLE_INFO* p_nap_info) { in BTA_PanSetRole()
|
/system/bt/btif/src/ |
D | btif_pan.cc | 183 static tBTA_PAN_ROLE_INFO bta_panu_info = {PANU_SERVICE_NAME, 0}; 184 static tBTA_PAN_ROLE_INFO bta_pan_nap_info = {PAN_NAP_SERVICE_NAME, 1};
|