Home
last modified time | relevance | path

Searched refs:link_type (Results 1 – 9 of 9) sorted by relevance

/system/bt/stack/btm/
Dbtm_sco.c202 if (p_sco->esco.data.link_type == BTM_LINK_TYPE_SCO) in btm_esco_conn_rsp()
525 p_sco->esco.data.link_type = BTM_LINK_TYPE_ESCO; /* Accept with all supported types */ in btm_accept_sco_link()
802 void btm_sco_conn_req (BD_ADDR bda, DEV_CLASS dev_class, UINT8 link_type) in btm_sco_conn_req() argument
823 p->esco.data.link_type = link_type; in btm_sco_conn_req()
831 if ((link_type == BTM_LINK_TYPE_ESCO in btm_sco_conn_req()
837 || (link_type == BTM_LINK_TYPE_SCO in btm_sco_conn_req()
851 evt_data.link_type = link_type; in btm_sco_conn_req()
871 p->esco.data.link_type = link_type; in btm_sco_conn_req()
962 p->esco.data.link_type = BTM_LINK_TYPE_SCO; in btm_sco_connected()
1520 if (p_sco->esco.data.link_type == BTM_LINK_TYPE_SCO || in BTM_ChangeEScoLinkParms()
Dbtm_int.h999 extern void btm_sco_conn_req (BD_ADDR bda, DEV_CLASS dev_class, UINT8 link_type);
/system/bt/stack/btu/
Dbtu_hcif.c501 UINT8 link_type; in btu_hcif_connection_comp_evt() local
510 STREAM_TO_UINT8 (link_type, p); in btu_hcif_connection_comp_evt()
515 if (link_type == HCI_LINK_TYPE_ACL) in btu_hcif_connection_comp_evt()
546 UINT8 link_type; in btu_hcif_connection_request_evt() local
550 STREAM_TO_UINT8 (link_type, p); in btu_hcif_connection_request_evt()
554 if (link_type == HCI_LINK_TYPE_ACL) in btu_hcif_connection_request_evt()
561 btm_sco_conn_req (bda, dc, link_type); in btu_hcif_connection_request_evt()
772 STREAM_TO_UINT8 (data.link_type, p); in btu_hcif_esco_connection_comp_evt()
/system/bt/bta/hf_client/
Dbta_hf_client_sco.c156 if (p_data->link_type == BTM_LINK_TYPE_SCO) in bta_hf_client_sco_conn_rsp()
/system/bt/bta/include/
Dbta_api.h790 tBTA_TRANSPORT link_type; member
801 tBTA_TRANSPORT link_type; member
/system/bt/bta/dm/
Dbta_dm_act.c839 const tBTA_DM_LINK_TYPE link_type = p_data->remove_all_acl.link_type; in bta_dm_remove_all_acl() local
842 APPL_TRACE_DEBUG("%s link type = %d", __func__, link_type); in bta_dm_remove_all_acl()
851 if ((link_type == BTA_DM_LINK_TYPE_ALL) || in bta_dm_remove_all_acl()
852 ((link_type == BTA_DM_LINK_TYPE_LE) && (transport == BT_TRANSPORT_LE)) || in bta_dm_remove_all_acl()
853 ((link_type == BTA_DM_LINK_TYPE_BR_EDR) && (transport == BT_TRANSPORT_BR_EDR))) in bta_dm_remove_all_acl()
3370 conn.link_up.link_type = p_data->acl_change.transport; in bta_dm_acl_change()
3416 conn.link_down.link_type = p_data->acl_change.transport; in bta_dm_acl_change()
Dbta_dm_int.h613 tBTA_DM_LINK_TYPE link_type; member
/system/bt/stack/include/
Dbtm_api.h1044 UINT8 link_type; /* BTM_LINK_TYPE_SCO or BTM_LINK_TYPE_ESCO */ member
1066 tBTM_SCO_TYPE link_type; member
/system/bt/bta/ag/
Dbta_ag_sco.c1596 if (p_data->link_type == BTM_LINK_TYPE_SCO) in bta_ag_sco_conn_rsp()