Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_client_profile.cpp362 GattRequestInfo(DISCOVER_ALL_CHARACTERISTIC, in DiscoverAllCharacteristicOfService()
396 GattRequestInfo(DISCOVER_CHARACTERISTIC_BY_UUID, in DiscoverCharacteristicByUuid()
404 GattRequestInfo(DISCOVER_CHARACTERISTIC_BY_UUID, in DiscoverCharacteristicByUuid()
488 GattRequestInfo(READ_USING_CHARACTERISTIC_UUID, in ReadUsingCharacteristicByUuid()
499 GattRequestInfo(READ_USING_CHARACTERISTIC_UUID, in ReadUsingCharacteristicByUuid()
1356 GattRequestInfo( in FindIncludeServicesParsing()
1369 GattRequestInfo(FIND_INCLUDE_SERVICE, in FindIncludeServicesParsing()
1491 GattRequestInfo( in SendDiscoverAllCharacteristicRequest()
1495 GattRequestInfo( in SendDiscoverAllCharacteristicRequest()
1561 GattRequestInfo( in DiscoverAllCharacteristicDescriptorsParsing()
[all …]
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() function
135 GattRequestInfo(ResponesType reqType, int reqId) : reqType_(reqType), reqId_(reqId) in GattRequestInfo() function
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() argument