Searched refs:BTM_LINK_TYPE_SCO (Results 1 - 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_sco.c204 if (p_sco->esco.data.link_type == BTM_LINK_TYPE_SCO)
653 p_setup->packet_types = (btm_cb.sco_cb.desired_sco_mode == BTM_LINK_TYPE_SCO)
832 || (link_type == BTM_LINK_TYPE_SCO
957 p->esco.data.link_type = BTM_LINK_TYPE_SCO;
1381 p_esco->desired_sco_mode = BTM_LINK_TYPE_SCO;
1518 if (p_sco->esco.data.link_type == BTM_LINK_TYPE_SCO ||
1613 return BTM_LINK_TYPE_SCO;
/external/bluetooth/bluedroid/bta/hf_client/
H A Dbta_hf_client_sco.c157 if (p_data->link_type == BTM_LINK_TYPE_SCO)
319 BTM_SetEScoMode(BTM_LINK_TYPE_SCO, &params);
/external/bluetooth/bluedroid/bta/ag/
H A Dbta_ag_sco.c552 BTM_SetEScoMode(BTM_LINK_TYPE_SCO, &params);
1588 if (p_data->link_type == BTM_LINK_TYPE_SCO)
/external/bluetooth/bluedroid/stack/include/
H A Dbtm_api.h963 #define BTM_LINK_TYPE_SCO HCI_LINK_TYPE_SCO macro
1072 UINT8 link_type; /* BTM_LINK_TYPE_SCO or BTM_LINK_TYPE_ESCO */

Completed in 93 milliseconds