HomeSort by relevance Sort by last modified time
    Searched refs:is_role_change (Results 1 - 7 of 7) sorted by null

  /system/bt/stack/include/
bnep_api.h 85 tBNEP_RESULT result, bool is_role_change);
96 bool is_role_change);
pan_api.h 100 tPAN_RESULT state, bool is_role_change,
  /system/bt/stack/pan/
pan_int.h 103 bool is_role_change);
105 tBNEP_RESULT result, bool is_role_change);
pan_main.cc 85 * is_role_change - Flag to indicate that it is a role change
92 bool is_role_change) {
118 is_role_change ? "YES" : "NO");
277 * is_role_change - flag to indicate that it is a role change
284 tBNEP_RESULT result, bool is_role_change) {
301 is_role_change, PAN_ROLE_INACTIVE,
353 is_role_change, pan_cb.active_role, peer_role);
  /system/bt/stack/bnep/
bnep_main.cc 734 bool is_role_change; local
737 is_role_change = true;
739 is_role_change = false;
752 is_role_change);
bnep_utils.cc 1164 bool is_role_change; local
    [all...]
  /system/bt/bta/pan/
bta_pan_act.cc 90 tPAN_RESULT state, bool is_role_change,
95 if ((state == PAN_SUCCESS) && !is_role_change) {
121 } else if ((state != PAN_SUCCESS) && !is_role_change) {

Completed in 492 milliseconds