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

  /external/bluetooth/bluedroid/btif/src/
btif_hf_client.c 111 tBTA_HF_CLIENT_PEER_FEAT peer_feat; member in struct:__anon5696
273 if (btif_hf_client_cb.peer_feat & BTA_HF_CLIENT_PEER_CODEC)
326 if (btif_hf_client_cb.peer_feat & BTA_HF_CLIENT_PEER_FEAT_VREC)
349 if (btif_hf_client_cb.peer_feat & BTA_HF_CLIENT_PEER_FEAT_VREC)
456 if (btif_hf_client_cb.peer_feat & BTA_HF_CLIENT_PEER_FEAT_3WAY)
464 if (btif_hf_client_cb.peer_feat & BTA_HF_CLIENT_PEER_FEAT_3WAY)
485 if (btif_hf_client_cb.peer_feat & BTA_HF_CLIENT_PEER_ECC)
496 if (btif_hf_client_cb.peer_feat & BTA_HF_CLIENT_PEER_ECC)
542 if (btif_hf_client_cb.peer_feat & BTA_HF_CLIENT_PEER_ECS)
619 if (btif_hf_client_cb.peer_feat & BTA_HF_CLIENT_PEER_VTAG
    [all...]
btif_hf.c 155 tBTA_AG_PEER_FEAT peer_feat; member in struct:_btif_hf_cb
414 btif_hf_cb[idx].peer_feat = 0;
448 btif_hf_cb[idx].peer_feat = 0;
462 btif_hf_cb[idx].peer_feat = p_data->conn.peer_feat;
863 if (btif_hf_cb[idx].peer_feat & BTA_AG_PEER_FEAT_VREC)
898 if (btif_hf_cb[idx].peer_feat & BTA_AG_PEER_FEAT_VREC)
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_hf_client_api.h 173 tBTA_HF_CLIENT_PEER_FEAT peer_feat; member in struct:__anon5426
bta_ag_api.h 292 tBTA_AG_PEER_FEAT peer_feat; member in struct:__anon5290

Completed in 90 milliseconds