Searched refs:is_role_change (Results 1 - 7 of 7) sorted by relevance

/external/bluetooth/bluedroid/stack/pan/
H A Dpan_int.h116 BOOLEAN is_role_change);
117 extern void pan_connect_state_cb (UINT16 handle, BD_ADDR rem_bda, tBNEP_RESULT result, BOOLEAN is_role_change);
H A Dpan_main.c88 ** is_role_change - Flag to indicate that it is a role change
97 BOOLEAN is_role_change)
183 handle, pan_cb.role, local_uuid->uu.uuid16, remote_uuid->uu.uuid16, is_role_change?"YES":"NO");
327 ** is_role_change - flag to indicate that it is a role change
332 void pan_connect_state_cb (UINT16 handle, BD_ADDR rem_bda, tBNEP_RESULT result, BOOLEAN is_role_change) argument
350 (*pan_cb.pan_conn_state_cb) (pcb->handle, pcb->rem_bda, result, is_role_change, PAN_ROLE_INACTIVE, PAN_ROLE_INACTIVE);
402 (*pan_cb.pan_conn_state_cb) (pcb->handle, pcb->rem_bda, PAN_SUCCESS, is_role_change, pan_cb.active_role, peer_role);
93 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/stack/include/
H A Dbnep_api.h88 BOOLEAN is_role_change);
103 BOOLEAN is_role_change);
H A Dpan_api.h97 typedef void (tPAN_CONN_STATE_CB) (UINT16 handle, BD_ADDR bd_addr, tPAN_RESULT state, BOOLEAN is_role_change,
/external/bluetooth/bluedroid/bta/pan/
H A Dbta_pan_act.c55 BOOLEAN is_role_change, UINT8 src_role, UINT8 dst_role)
64 if((state == PAN_SUCCESS) && !is_role_change)
95 else if((state != PAN_SUCCESS) && !is_role_change)
54 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.c792 BOOLEAN is_role_change; local
795 is_role_change = TRUE;
797 is_role_change = FALSE;
809 (*bnep_cb.p_conn_state_cb) (p_bcb->handle, p_bcb->rem_bda, BNEP_SUCCESS, is_role_change);
H A Dbnep_utils.c1215 BOOLEAN is_role_change; local
1219 is_role_change = TRUE;
1221 is_role_change = FALSE;
1239 (*bnep_cb.p_conn_state_cb) (p_bcb->handle, p_bcb->rem_bda, BNEP_SECURITY_FAIL, is_role_change);
1251 (*bnep_cb.p_conn_state_cb) (p_bcb->handle, p_bcb->rem_bda, BNEP_SECURITY_FAIL, is_role_change);
1288 (*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 152 milliseconds