Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_profile_defines.h108 struct GattRequestInfo { struct
117GattRequestInfo(ResponesType reqType, uint16_t starthandle, uint16_t endHandle, const Uuid &uuid, … in GattRequestInfo() argument
120 GattRequestInfo( in GattRequestInfo() function
129 GattRequestInfo(ResponesType reqType, uint16_t starthandle, uint16_t endHandle, int reqId) in GattRequestInfo() function
132GattRequestInfo(ResponesType reqType, uint16_t starthandle, uint16_t endHandle, uint16_t valHandle… in GattRequestInfo() argument
135 GattRequestInfo(ResponesType reqType, int reqId) : reqType_(reqType), reqId_(reqId) in GattRequestInfo() argument
137GattRequestInfo(const Uuid &uuid, ResponesType reqType, int reqId) : reqType_(reqType), uuid_(uuid… in GattRequestInfo() argument
139 GattRequestInfo(ResponesType reqType, uint16_t handle, int reqId) in GattRequestInfo() argument
142GattRequestInfo(ResponesType reqType, uint16_t handle, uint16_t offset, uint16_t len, GattValue da… in GattRequestInfo() function