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 112 tBTA_HF_CLIENT_PEER_FEAT peer_feat; member in struct:__anon69181
274 if (btif_hf_client_cb.peer_feat & BTA_HF_CLIENT_PEER_CODEC)
327 if (btif_hf_client_cb.peer_feat & BTA_HF_CLIENT_PEER_FEAT_VREC)
350 if (btif_hf_client_cb.peer_feat & BTA_HF_CLIENT_PEER_FEAT_VREC)
455 if (btif_hf_client_cb.peer_feat & BTA_HF_CLIENT_PEER_FEAT_3WAY)
463 if (btif_hf_client_cb.peer_feat & BTA_HF_CLIENT_PEER_FEAT_3WAY)
484 if (btif_hf_client_cb.peer_feat & BTA_HF_CLIENT_PEER_ECC)
495 if (btif_hf_client_cb.peer_feat & BTA_HF_CLIENT_PEER_ECC)
541 if (btif_hf_client_cb.peer_feat & BTA_HF_CLIENT_PEER_ECS)
618 if (btif_hf_client_cb.peer_feat & BTA_HF_CLIENT_PEER_VTAG
    [all...]
btif_hf.c 156 tBTA_AG_PEER_FEAT peer_feat; member in struct:_btif_hf_cb
420 btif_hf_cb[idx].peer_feat = 0;
454 btif_hf_cb[idx].peer_feat = 0;
468 btif_hf_cb[idx].peer_feat = p_data->conn.peer_feat;
904 if (btif_hf_cb[idx].peer_feat & BTA_AG_PEER_FEAT_VREC)
945 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:__anon68906
bta_ag_api.h 295 tBTA_AG_PEER_FEAT peer_feat; member in struct:__anon68781
  /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 553 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 823 evt.peer_feat = p_scb->peer_features;

Completed in 276 milliseconds