Searched defs:dst_role (Results 1 - 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/bta/pan/
H A Dbta_pan_act.c55 BOOLEAN is_role_change, UINT8 src_role, UINT8 dst_role)
82 p_scb->peer_role = dst_role;
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/pan/
H A Dpan_api.c282 ** dst_role - Role of the remote device for the connection
296 tPAN_RESULT PAN_Connect (BD_ADDR rem_bda, UINT8 src_role, UINT8 dst_role, UINT16 *handle) argument
319 (dst_role != PAN_ROLE_CLIENT && dst_role != PAN_ROLE_GN_SERVER && dst_role != PAN_ROLE_NAP_SERVER))
321 PAN_TRACE_ERROR2 ("Either source %d or destination role %d is invalid", src_role, dst_role);
343 if (dst_role == PAN_ROLE_CLIENT)
348 else if (dst_role == PAN_ROLE_GN_SERVER)
361 else if (dst_role == PAN_ROLE_CLIENT)
386 src_role, dst_role);
[all...]

Completed in 40 milliseconds