Home
last modified time | relevance | path

Searched refs:SppServerAccept (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/doc/BenchmarkDoc/
H A D性能测试使用说明文档.md81 因为softbus的拦截原因,Spp无法正常连接,故将softBus的SppServerAccept部分代码屏蔽掉。
87 ![image-20221216135551350](SppServerAccept.png)
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_spp.h61 int SppServerAccept(int serverId);
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_spp.cpp75 int SppServerAccept(int serverId) in SppServerAccept() function
/ohos5.0/foundation/communication/dsoftbus/core/adapter/br/mock/
H A Dwrapper_br_interface.c104 int32_t ret = SppServerAccept(serverFd); in Accept()