Searched refs:tBTA_PAN_ROLE_INFO (Results 1 – 3 of 3) sorted by relevance
/system/bt/bta/pan/ |
D | bta_pan_api.cc | 97 void BTA_PanSetRole(tBTA_PAN_ROLE role, tBTA_PAN_ROLE_INFO* p_user_info, in BTA_PanSetRole() 98 tBTA_PAN_ROLE_INFO* p_gn_info, in BTA_PanSetRole() 99 tBTA_PAN_ROLE_INFO* p_nap_info) { in BTA_PanSetRole() 183 UNUSED_ATTR tBTA_PAN_ROLE_INFO* p_user_info, in BTA_PanSetRole() 184 UNUSED_ATTR tBTA_PAN_ROLE_INFO* p_gn_info, in BTA_PanSetRole() 185 UNUSED_ATTR tBTA_PAN_ROLE_INFO* p_nap_info) {} in BTA_PanSetRole()
|
/system/bt/bta/include/ |
D | bta_pan_api.h | 62 } tBTA_PAN_ROLE_INFO; typedef 148 void BTA_PanSetRole(tBTA_PAN_ROLE role, tBTA_PAN_ROLE_INFO* p_user_info, 149 tBTA_PAN_ROLE_INFO* p_gn_info, 150 tBTA_PAN_ROLE_INFO* p_nap_info);
|
/system/bt/btif/src/ |
D | btif_pan.cc | 200 static tBTA_PAN_ROLE_INFO bta_panu_info = {PANU_SERVICE_NAME, 0, PAN_SECURITY}; 201 static tBTA_PAN_ROLE_INFO bta_pan_nap_info = {PAN_NAP_SERVICE_NAME, 1,
|