HomeSort by relevance Sort by last modified time
    Searched defs:peer_feat (Results 1 - 4 of 4) sorted by null

  /system/bt/btif/src/
btif_hf_client.cc 89 tBTA_HF_CLIENT_PEER_FEAT peer_feat; // HF features member in struct:__anon105958
357 (cb->peer_feat & BTA_HF_CLIENT_PEER_CODEC)) {
405 if (cb->peer_feat & BTA_HF_CLIENT_PEER_FEAT_VREC) {
427 if (cb->peer_feat & BTA_HF_CLIENT_PEER_FEAT_VREC) {
533 if (cb->peer_feat & BTA_HF_CLIENT_PEER_FEAT_3WAY) {
540 if (cb->peer_feat & BTA_HF_CLIENT_PEER_FEAT_3WAY) {
558 if (cb->peer_feat & BTA_HF_CLIENT_PEER_ECC) {
567 if (cb->peer_feat & BTA_HF_CLIENT_PEER_ECC) {
612 if (cb->peer_feat & BTA_HF_CLIENT_PEER_ECS) {
692 if (cb->peer_feat & BTA_HF_CLIENT_PEER_VTAG)
    [all...]
btif_hf.cc 132 tBTA_AG_PEER_FEAT peer_feat; member in struct:_btif_hf_cb
368 btif_hf_cb[idx].peer_feat = 0;
401 btif_hf_cb[idx].peer_feat = 0;
414 btif_hf_cb[idx].peer_feat = p_data->conn.peer_feat;
868 if (btif_hf_cb[idx].peer_feat & BTA_AG_PEER_FEAT_VREC) {
903 if (btif_hf_cb[idx].peer_feat & BTA_AG_PEER_FEAT_VREC) {
    [all...]
  /system/bt/bta/include/
bta_hf_client_api.h 181 tBTA_HF_CLIENT_PEER_FEAT peer_feat; member in struct:__anon105685
bta_ag_api.h 349 tBTA_AG_PEER_FEAT peer_feat; member in struct:__anon105572

Completed in 140 milliseconds