蓝牙:常用AT命令

//re-dial the last number

"AT+BLDN\r";

//dial the number

"ATD%s;\r",dialNum;

//toggle voice recognition in AG(status=activation/deactivation)

"AT+BVRA=%d\r",status;

//Accept an incoming call

"ATA\r"

//Reject an incoming call or Terminate a call

"AT+CHUP\r";

猜你喜欢

转载自blog.csdn.net/xj853663557/article/details/82660119