Hi, all xiami mobile's bluetooth telephony is not available with tizen device, because ofono always return a error. I checked the hci logs and found that: The AT CMD "AT+XAPL" from headset can make "AT Stream" between tizen device and xiaomi mobile goes to wrong state. I think this is BT stack problem of xiaomi mobile and write a patch to make bt telephony works, but this patch will disable siri via bluetooth. diff --git a/drivers/hfpmodem/hfpmodem.c b/drivers/hfpmodem/hfpmodem.cindex 1f604ac..1348beb 100644--- a/drivers/hfpmodem/hfpmodem.c+++ b/drivers/hfpmodem/hfpmodem.c@@ -39,7 +39,6 @@ static int hfpmodem_init(void) hfp_netreg_init(); hfp_call_volume_init(); hfp_handsfree_init();- hfp_siri_init(); return 0; }@@ -51,7 +50,6 @@ static void hfpmodem_exit(void) hfp_netreg_exit(); hfp_call_volume_exit(); hfp_handsfree_exit();- hfp_siri_exit(); } OFONO_PLUGIN_DEFINE(hfpmodem, "Hands-Free Profile Driver", VERSION,
BR, Ray
_______________________________________________ Dev mailing list [email protected] https://lists.tizen.org/listinfo/dev
