ble_driver.py 文件源码

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

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


问题


面经


文章

微信
公众号

扫码关注公众号