1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hmz007 6d24f2138b
Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56)
3 years ago
..
android/bluetooth Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
bluetooth Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
Android.bp Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
BUILD.gn Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
README Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago

README

This directory contains all the "common" sources between the bluetooth daemon
and our client library. All source files here are under the "bluetooth"
subdirectory, which is the exported root path for the client static library.
Only common files should go here. All headers that go into common/bluetooth must
only include other headers from common/bluetooth and must use "bluetooth" as the
root path, e.g.:

#include <bluetooth/uuid.h>

This is so that client applications that link against the client library have
one common include path exported to them, and our headers can find eachother
within that.