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)
ble_driver.py 文件源码
python
阅读 47
收藏 0
点赞 0
评论 0
评论列表
文章目录