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

  /system/bt/btif/src/
btif_hf_client.cc 89 tBTA_HF_CLIENT_CHLD_FEAT chld_feat; // AT+CHLD=<> command features member in struct:__anon1768
534 if (cb->chld_feat & BTA_HF_CLIENT_CHLD_REL) {
554 if (cb->chld_feat & BTA_HF_CLIENT_CHLD_MERGE) {
560 if (cb->chld_feat & BTA_HF_CLIENT_CHLD_MERGE_DETACH) {
850 cb->chld_feat = 0;
874 cb->chld_feat = p_data->conn.chld_feat;
878 cb->state, cb->peer_feat, cb->chld_feat);
895 cb->chld_feat = 0;
    [all...]
  /system/bt/bta/include/
bta_hf_client_api.h 182 tBTA_HF_CLIENT_CHLD_FEAT chld_feat; member in struct:__anon1529
  /system/bt/bta/hf_client/
bta_hf_client_act.cc 459 evt.conn.chld_feat = client_cb->chld_features;
  /system/bt/include/hardware/
bt_hf_client.h 181 unsigned int peer_feat, unsigned int chld_feat);
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hfpclient.cpp 70 unsigned int chld_feat) {
77 ALOGD("%s: state %d peer_feat %d chld_feat %d", __func__, state, peer_feat, chld_feat);
79 (jint)state, (jint)peer_feat, (jint)chld_feat,

Completed in 323 milliseconds