Add bluetooth p2p basic funciton

This commit is contained in:
yudongdong
2021-05-07 15:09:52 +08:00
parent e216bbd115
commit a0fb0006ca
14 changed files with 451 additions and 16 deletions

View File

@@ -36,5 +36,8 @@ void ZigbeeAdapterInit();
void ZigbeeAdapterRegister(adapter_t padapter);
void* ZigbeeAdapterFind(char* name);
void BluetoothAdapterInit();
void BluetoothAdapterRegister(adapter_t padapter);
void* BluetoothAdapterFind(char* name);
#endif