Searched refs:SppRead (Results 1 – 5 of 5) sorted by relevance
115 int SppRead(int clientId, char *buf, const unsigned int bufLen);
162 int SppRead(int clientId, char *buf, const unsigned int bufLen) in SppRead() function
69 static void SppRead(int id);
119 int32_t ret = SppRead(clientFd, (char *)buf, len); in Read()
342 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