Home
last modified time | relevance | path

Searched refs:dst_role (Results 1 – 3 of 3) sorted by relevance

/system/bt/stack/pan/
Dpan_api.c285 tPAN_RESULT PAN_Connect (BD_ADDR rem_bda, UINT8 src_role, UINT8 dst_role, UINT16 *handle) in PAN_Connect() argument
307 …(dst_role != PAN_ROLE_CLIENT && dst_role != PAN_ROLE_GN_SERVER && dst_role != PAN_ROLE_NAP_SERVER)) in PAN_Connect()
309 PAN_TRACE_ERROR ("Either source %d or destination role %d is invalid", src_role, dst_role); in PAN_Connect()
331 if (dst_role == PAN_ROLE_CLIENT) in PAN_Connect()
335 else if (dst_role == PAN_ROLE_GN_SERVER) in PAN_Connect()
346 else if (dst_role == PAN_ROLE_CLIENT) in PAN_Connect()
369 src_role, dst_role); in PAN_Connect()
/system/bt/stack/include/
Dpan_api.h98 UINT8 src_role, UINT8 dst_role);
309 extern tPAN_RESULT PAN_Connect (BD_ADDR rem_bda, UINT8 src_role, UINT8 dst_role, UINT16 *handle);
/system/bt/bta/pan/
Dbta_pan_act.c89 BOOLEAN is_role_change, UINT8 src_role, UINT8 dst_role) in bta_pan_conn_state_cback() argument
108 p_scb->peer_role = dst_role; in bta_pan_conn_state_cback()