Home | History | Annotate | Download | only in l2cap

Lines Matching full:role

177         L2CAP_TRACE_WARNING ("%s - BD_ADDR %08x%04x not LE (link role %d)", __FUNCTION__,
198 ** Description This function returns the connection role.
200 ** Returns link role.
205 UINT8 role = HCI_ROLE_UNKNOWN;
210 role = p_lcb->link_role;
212 return role;
474 void l2cble_conn_comp(UINT16 handle, UINT8 role, BD_ADDR bda, tBLE_ADDR_TYPE type,
477 btm_ble_update_link_topology_mask(role, TRUE);
479 if (role == HCI_ROLE_MASTER)