Home
last modified time | relevance | path

Searched defs:actualHandle (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_server.cpp91 uint16_t actualHandle; // Attribute handle in bluetooth stack (actual attribute handle) member
225 …ic std::shared_ptr<GattAttribute> GetAttributeWithActualHandle(int serverId, uint16_t actualHandle) in GetAttributeWithActualHandle()