Searched defs:GattRequestInfo (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_profile_defines.h | 108 struct GattRequestInfo { struct 117 …GattRequestInfo(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 132 …GattRequestInfo(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 137 …GattRequestInfo(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 142 …GattRequestInfo(ResponesType reqType, uint16_t handle, uint16_t offset, uint16_t len, GattValue da… in GattRequestInfo() function
|