Home
last modified time | relevance | path

Searched refs:SppRead (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_spp.h115 int SppRead(int clientId, char *buf, const unsigned int bufLen);
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_spp.cpp162 int SppRead(int clientId, char *buf, const unsigned int bufLen) in SppRead() function
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_spp_client.h69 static void SppRead(int id);
/ohos5.0/foundation/communication/dsoftbus/core/adapter/br/mock/
H A Dwrapper_br_interface.c119 int32_t ret = SppRead(clientFd, (char *)buf, len); in Read()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/socket/
H A Dnapi_bluetooth_spp_client.cpp342 client->thread_ = std::make_shared<std::thread>(NapiSppClient::SppRead, id); in CheckSppClientOn()
392 void NapiSppClient::SppRead(int id) in SppRead() function in OHOS::Bluetooth::NapiSppClient