# drv_bt_rtl8723ds **Repository Path**: iot-solution_admin/drv_bt_rtl8723ds ## Basic Information - **Project Name**: drv_bt_rtl8723ds - **Description**: {"name": "drv_bt_rtl8723ds", "description": "bt drirver", "versions": "v7.3.0", "license": "Apache license v2.0", "type": "common", "depends": ["csi", "rhino", "aos"]} - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: V1.0.3 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-09-08 - **Last Updated**: 2022-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 概述 蓝牙驱动组件,实现HAL层的设备结构体功能。并提供设备注册接口。 # 示例 ```c #include #include void board_yoc_init() { rtl8723ds_bt_config config = { .uart_id = BT_UART_IDX, .bt_dis_pin = BT_DIS_PIN, }; bt_rtl8723ds_register(&config); } ```