ble_driver.py 文件源码

python
阅读 47 收藏 0 点赞 0 评论 0

项目:pc-ble-driver-py 作者: NordicSemiconductor 项目源码 文件源码
def ble_gap_authenticate(self, conn_handle, sec_params):
        assert isinstance(sec_params, (BLEGapSecParams, NoneType)), 'Invalid argument type'
        return driver.sd_ble_gap_authenticate(self.rpc_adapter,
                                              conn_handle,
                                              sec_params.to_c() if sec_params else None)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号