Home
last modified time | relevance | path

Searched refs:is_role_change (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/stack/pan/
Dpan_main.cc97 bool is_role_change) { in pan_conn_ind_cb() argument
123 is_role_change ? "YES" : "NO"); in pan_conn_ind_cb()
286 tBNEP_RESULT result, bool is_role_change) { in pan_connect_state_cb() argument
303 (tPAN_RESULT)result, is_role_change, in pan_connect_state_cb()
351 is_role_change, pan_cb.active_role, peer_role); in pan_connect_state_cb()
Dpan_int.h115 const bluetooth::Uuid& local_uuid, bool is_role_change);
117 tBNEP_RESULT result, bool is_role_change);
/packages/modules/Bluetooth/system/stack/include/
Dbnep_api.h90 tBNEP_RESULT result, bool is_role_change);
101 bool is_role_change);
Dpan_api.h139 tPAN_RESULT state, bool is_role_change,
/packages/modules/Bluetooth/system/stack/bnep/
Dbnep_main.cc644 bool is_role_change; in bnep_connected() local
647 is_role_change = true; in bnep_connected()
649 is_role_change = false; in bnep_connected()
662 is_role_change); in bnep_connected()
Dbnep_utils.cc1145 bool is_role_change; in bnep_sec_check_complete() local
1148 is_role_change = true; in bnep_sec_check_complete()
1150 is_role_change = false; in bnep_sec_check_complete()
1174 p_bcb->src_uuid, is_role_change); in bnep_sec_check_complete()
/packages/modules/Bluetooth/system/stack/fuzzers/
Dbnep_fuzzer.cc114 bool is_role_change) { BNEP_ConnectResp(handle, BNEP_SUCCESS); }, in Fuzz()
116 tBNEP_RESULT result, bool is_role_change) {}, in Fuzz()
/packages/modules/Bluetooth/system/bta/pan/
Dbta_pan_act.cc94 tPAN_RESULT state, bool is_role_change, in bta_pan_conn_state_cback() argument
99 if ((state == PAN_SUCCESS) && !is_role_change) { in bta_pan_conn_state_cback()
123 } else if ((state != PAN_SUCCESS) && !is_role_change) { in bta_pan_conn_state_cback()