Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_server_profile.h75 void SendReadDescriptorResp(
H A Dgatt_server_profile.cpp2075 return SendReadDescriptorResp(connectHandle, handle, value, len, result); in SendReadCharacteristicValueResp()
2163 void GattServerProfile::SendReadDescriptorResp( in SendReadDescriptorResp() function in OHOS::bluetooth::GattServerProfile
H A Dgatt_server_service.cpp817 profile_->SendReadDescriptorResp(connectionHandle, valueHandle, value, length, ret); in RespondDescriptorRead()