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

  /external/bluetooth/bluedroid/stack/pan/
pan_int.h 116 BOOLEAN is_role_change);
117 extern void pan_connect_state_cb (UINT16 handle, BD_ADDR rem_bda, tBNEP_RESULT result, BOOLEAN is_role_change);
pan_main.c 89 ** 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)
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);
  /external/bluetooth/bluedroid/bta/pan/
bta_pan_act.c 90 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)
  /external/bluetooth/bluedroid/stack/bnep/
bnep_utils.c 1217 BOOLEAN is_role_change; local
    [all...]
bnep_main.c 794 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);
  /external/bluetooth/bluedroid/stack/include/
bnep_api.h 88 BOOLEAN is_role_change);
103 BOOLEAN is_role_change);
pan_api.h 97 typedef void (tPAN_CONN_STATE_CB) (UINT16 handle, BD_ADDR bd_addr, tPAN_RESULT state, BOOLEAN is_role_change,

Completed in 1236 milliseconds