Searched refs:tBTA_PAN_ROLE_INFO (Results 1 – 3 of 3) sorted by relevance
/system/bt/bta/include/ |
D | bta_pan_api.h | 66 } tBTA_PAN_ROLE_INFO; typedef 163 void BTA_PanSetRole(tBTA_PAN_ROLE role, tBTA_PAN_ROLE_INFO *p_user_info, tBTA_PAN_ROLE_INFO *p_gn_i… 164 tBTA_PAN_ROLE_INFO *p_nap_info);
|
/system/bt/bta/pan/ |
D | bta_pan_api.c | 107 void BTA_PanSetRole(tBTA_PAN_ROLE role, tBTA_PAN_ROLE_INFO *p_user_info, tBTA_PAN_ROLE_INFO *p_gn_i… in BTA_PanSetRole() 108 tBTA_PAN_ROLE_INFO *p_nap_info) in BTA_PanSetRole() 223 void BTA_PanSetRole(tBTA_PAN_ROLE role, tBTA_PAN_ROLE_INFO *p_user_info, tBTA_PAN_ROLE_INFO *p_gn_i… in BTA_PanSetRole() 224 tBTA_PAN_ROLE_INFO *p_nap_info) in BTA_PanSetRole()
|
/system/bt/btif/src/ |
D | btif_pan.c | 213 static tBTA_PAN_ROLE_INFO bta_panu_info = {PANU_SERVICE_NAME, 0, PAN_SECURITY}; 214 static tBTA_PAN_ROLE_INFO bta_pan_nap_info = {PAN_NAP_SERVICE_NAME, 1, PAN_SECURITY};
|