Yongbing's Blog

A personal technical note.

Dissect Bluedroid From A2DP: Part II: Init Bluetooth Adapter

| Comments

Android defined one interface bt_interface_t to control a Bluetooth Adapter, Bluedroid implemented this interface as “static const bt_interface_t bluetoothInterface” in external/bluetooth/bluedroid/btif/src/bluetooth.c.

Comments