Home
last modified time | relevance | path

Searched refs:btSocType (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/bt/msm8909/libbt-vendor/src/
Dbt_vendor_qcom.c77 static int btSocType = BT_SOC_DEFAULT; variable
518 if ((btSocType = get_bt_soc_type()) < 0) { in init()
523 switch(btSocType) in init()
533 ALOGE("Unknown btSocType: 0x%x", btSocType); in init()
659 switch(btSocType) in op()
691 if (btSocType == BT_SOC_ROME) { in op()
733 switch(btSocType) in op()
903 ALOGE("Unknown btSocType: 0x%x", btSocType); in op()
925 ALOGI("bt-vendor : BT_VND_OP_USERIAL_CLOSE btSocType: %d", btSocType); in op()
926 switch(btSocType) in op()
[all …]
/hardware/qcom/bt/msm8996/libbt-vendor/src/
Dbt_vendor_qcom.c81 static int btSocType = BT_SOC_DEFAULT; variable
537 if ((btSocType = get_bt_soc_type()) < 0) { in init()
542 switch(btSocType) in init()
552 ALOGE("Unknown btSocType: 0x%x", btSocType); in init()
679 switch(btSocType) in op()
719 if (btSocType == BT_SOC_ROME) { in op()
760 switch(btSocType) in op()
935 ALOGE("Unknown btSocType: 0x%x", btSocType); in op()
960 ALOGI("bt-vendor : BT_VND_OP_USERIAL_CLOSE btSocType: %d", btSocType); in op()
961 switch(btSocType) in op()
[all …]
/hardware/qcom/bt/msm8992/libbt-vendor/src/
Dbt_vendor_qcom.c68 static int btSocType = BT_SOC_DEFAULT; variable
505 if ((btSocType = get_bt_soc_type()) < 0) { in init()
510 switch(btSocType) in init()
520 ALOGE("Unknown btSocType: 0x%x", btSocType); in init()
646 switch(btSocType) in op()
713 switch(btSocType) in op()
878 ALOGE("Unknown btSocType: 0x%x", btSocType); in op()
900 ALOGI("bt-vendor : BT_VND_OP_USERIAL_CLOSE btSocType: %d", btSocType); in op()
901 switch(btSocType) in op()
913 ALOGE("Unknown btSocType: 0x%x", btSocType); in op()
[all …]