# bluedroid **Repository Path**: zero_zoo/bluedroid ## Basic Information - **Project Name**: bluedroid - **Description**: bluedroid for native linux - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-02-23 - **Last Updated**: 2024-02-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This is a project porting Android bluedroid to linux. # Compile cmake . make -j4 # Usage mkdir -p /tmp/sys/lib/hw mkdir -p /tmp/sys/lib64/hw Copy all \*.so the directory list above according to your system. If you have a 64-bit system, copy all of to /tmp/sys/lib64/hw. cd conf sudo service bluetooth stop sudo ../test/bluedroidtest # Debug modify conf/bt_stack.con to enable sniffer and more debug info output.