Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_server_profile.h77 void SendWriteDescriptorResp(uint16_t connectHandle, uint16_t handle, int result) const;
H A Dgatt_server_service.cpp827 profile_->SendWriteDescriptorResp(connectionHandle, DescriptorHandle, ret); in RespondDescriptorWrite()
H A Dgatt_server_profile.cpp2195 void GattServerProfile::SendWriteDescriptorResp(uint16_t connectHandle, uint16_t handle, int result… in SendWriteDescriptorResp() function in OHOS::bluetooth::GattServerProfile