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

  /system/bt/btif/src/
btif_hf_client.c 114 tBTA_HF_CLIENT_PEER_FEAT peer_feat; member in struct:__anon73371
276 (btif_hf_client_cb.peer_feat & BTA_HF_CLIENT_PEER_CODEC))
329 if (btif_hf_client_cb.peer_feat & BTA_HF_CLIENT_PEER_FEAT_VREC)
352 if (btif_hf_client_cb.peer_feat & BTA_HF_CLIENT_PEER_FEAT_VREC)
457 if (btif_hf_client_cb.peer_feat & BTA_HF_CLIENT_PEER_FEAT_3WAY)
465 if (btif_hf_client_cb.peer_feat & BTA_HF_CLIENT_PEER_FEAT_3WAY)
486 if (btif_hf_client_cb.peer_feat & BTA_HF_CLIENT_PEER_ECC)
497 if (btif_hf_client_cb.peer_feat & BTA_HF_CLIENT_PEER_ECC)
543 if (btif_hf_client_cb.peer_feat & BTA_HF_CLIENT_PEER_ECS)
620 if (btif_hf_client_cb.peer_feat & BTA_HF_CLIENT_PEER_VTAG
    [all...]
btif_hf.c 162 tBTA_AG_PEER_FEAT peer_feat; member in struct:_btif_hf_cb
424 btif_hf_cb[idx].peer_feat = 0;
458 btif_hf_cb[idx].peer_feat = 0;
472 btif_hf_cb[idx].peer_feat = p_data->conn.peer_feat;
917 if (btif_hf_cb[idx].peer_feat & BTA_AG_PEER_FEAT_VREC)
    [all...]
  /hardware/libhardware/include/hardware/
bt_hf_client.h 171 unsigned int peer_feat,
  /system/bt/bta/include/
bta_hf_client_api.h 173 tBTA_HF_CLIENT_PEER_FEAT peer_feat; member in struct:__anon73096
bta_ag_api.h 340 tBTA_AG_PEER_FEAT peer_feat; member in struct:__anon72981
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hfpclient.cpp 71 static void connection_state_cb(bthf_client_connection_state_t state, unsigned int peer_feat, unsigned int chld_feat, bt_bdaddr_t *bd_addr) {
84 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onConnectionStateChanged, (jint) state, (jint) peer_feat, (jint) chld_feat, addr);
  /system/bt/bta/hf_client/
bta_hf_client_act.c 550 evt.conn.peer_feat = bta_hf_client_cb.scb.peer_features;
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientStateMachine.java     [all...]
  /system/bt/bta/ag/
bta_ag_act.c 832 evt.peer_feat = p_scb->peer_features;

Completed in 603 milliseconds