Searched defs:is_role_change (Results 1 - 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/stack/pan/
H A Dpan_main.c89 ** is_role_change - Flag to indicate that it is a role change
98 BOOLEAN is_role_change)
184 handle, pan_cb.role, local_uuid->uu.uuid16, remote_uuid->uu.uuid16, is_role_change?"YES":"NO");
328 ** is_role_change - flag to indicate that it is a role change
333 void pan_connect_state_cb (UINT16 handle, BD_ADDR rem_bda, tBNEP_RESULT result, BOOLEAN is_role_change) argument
352 (*pan_cb.pan_conn_state_cb) (pcb->handle, pcb->rem_bda, result, is_role_change, PAN_ROLE_INACTIVE, PAN_ROLE_INACTIVE);
404 (*pan_cb.pan_conn_state_cb) (pcb->handle, pcb->rem_bda, PAN_SUCCESS, is_role_change, pan_cb.active_role, peer_role);
94 pan_conn_ind_cb(UINT16 handle, BD_ADDR p_bda, tBT_UUID *remote_uuid, tBT_UUID *local_uuid, BOOLEAN is_role_change) argument
/external/bluetooth/bluedroid/bta/pan/
H A Dbta_pan_act.c90 BOOLEAN is_role_change, UINT8 src_role, UINT8 dst_role)
99 if((state == PAN_SUCCESS) && !is_role_change)
130 else if((state != PAN_SUCCESS) && !is_role_change)
89 bta_pan_conn_state_cback(UINT16 handle, BD_ADDR bd_addr, tPAN_RESULT state, BOOLEAN is_role_change, UINT8 src_role, UINT8 dst_role) argument
/external/bluetooth/bluedroid/stack/bnep/
H A Dbnep_main.c794 BOOLEAN is_role_change; local
797 is_role_change = TRUE;
799 is_role_change = FALSE;
811 (*bnep_cb.p_conn_state_cb) (p_bcb->handle, p_bcb->rem_bda, BNEP_SUCCESS, is_role_change);
H A Dbnep_utils.c1217 BOOLEAN is_role_change; local
1223 is_role_change = TRUE;
1225 is_role_change = FALSE;
1243 (*bnep_cb.p_conn_state_cb) (p_bcb->handle, p_bcb->rem_bda, BNEP_SECURITY_FAIL, is_role_change);
1255 (*bnep_cb.p_conn_state_cb) (p_bcb->handle, p_bcb->rem_bda, BNEP_SECURITY_FAIL, is_role_change);
1292 (*bnep_cb.p_conn_ind_cb) (p_bcb->handle, p_bcb->rem_bda, &p_bcb->dst_uuid, &p_bcb->src_uuid, is_role_change);

Completed in 92 milliseconds