Searched refs:SppRead (Results 1 - 5 of 5) sorted by relevance
/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/ |
H A D | ohos_bt_spp.h | 115 int SppRead(int clientId, char *buf, const unsigned int bufLen);
|
/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_spp_client.h | 69 static void SppRead(int id);
|
/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_spp.cpp | 159 int SppRead(int clientId, char *buf, const unsigned int bufLen) in SppRead() function
|
/foundation/communication/dsoftbus/core/adapter/br/mock/ |
H A D | wrapper_br_interface.c | 119 int32_t ret = SppRead(clientFd, (char *)buf, len); in Read()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/socket/ |
H A D | napi_bluetooth_spp_client.cpp | 293 NAPI_BT_CALL_RETURN(napi_create_string_utf8(callbackInfo->env_, "SppRead", NAPI_AUTO_LENGTH, &name)); in NapiSppCreateThreadSafeFunc() 338 client->thread_ = std::make_shared<std::thread>(NapiSppClient::SppRead, id); in CheckSppClientOn() 388 void NapiSppClient::SppRead(int id) in SppRead() function in OHOS::Bluetooth::NapiSppClient
|
Completed in 4 milliseconds