Home
last modified time | relevance | path

Searched refs:SocketServerCreate (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_socket.h79 int SocketServerCreate(const BluetoothCreateSocketPara *socketPara, const char *name);
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_spp.cpp62 return SocketServerCreate(&btsocketPara, name); in SppServerCreate()
H A Dohos_bt_socket.cpp112 int SocketServerCreate(const BluetoothCreateSocketPara *socketPara, const char *name) in SocketServerCreate() function