Searched refs:BTA_AG_HFP (Results 1 – 5 of 5) sorted by relevance
508 if (p_scb->conn_service == BTA_AG_HFP && p_scb->cmee_enabled) { in bta_ag_send_error()1697 if (p_scb->conn_service == BTA_AG_HFP && p_scb->clip_enabled && p_scb->clip[0] != 0) { in bta_ag_send_ring()1711 if (p_scb->conn_service == BTA_AG_HFP && p_scb->clip_enabled && p_scb->clip[0] != 0) { in bta_ag_send_ring()
466 if (p_scb->conn_service == BTA_AG_HFP) { in bta_ag_rfc_open()
551 return BTA_AG_HFP; in bta_ag_service_to_idx()
582 …if (p_scb->conn_service == BTA_AG_HFP && p_scb->peer_version >= HFP_VERSION_1_5 && !p_scb->retry_w… in bta_ag_create_sco()
72 #define BTA_AG_HFP 1 /* index for HFP */ macro