BREDR的设备 在进行配对完成之后,进行;连接之前都要进行服务的搜索,服务搜索走的流程是SDP,这篇文章就分析一下,bluedroid中SDP的代码流程,我们从配对完成的回调函数开始分析: /******************************************************************************* ** ** Function btif_dm_auth_cmpl_evt ** ** Description Executes authentic…