Home
last modified time | relevance | path

Searched refs:gattcharacter (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_server.cpp130 auto gattcharacter = serverSptr->pimpl->FindCharacteristic(characteristic.handle_); local
131 if (gattcharacter.has_value()) {
135 RequestInformation(REQUEST_TYPE_CHARACTERISTICS_READ, device, &gattcharacter.value().get()));
146 gattcharacter.value().get(),
168 auto gattcharacter = serverSptr->pimpl->FindCharacteristic(characteristic.handle_); local
169 if (gattcharacter.has_value()) {
170 gattcharacter.value().get().SetValue(characteristic.value_.get(), characteristic.length_);
171 gattcharacter.value().get().SetWriteType(
177 RequestInformation(REQUEST_TYPE_CHARACTERISTICS_WRITE, device, &gattcharacter.value().get()));
188 gattcharacter
[all...]

Completed in 2 milliseconds