Searched refs:GattRequestInfo (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_client_profile.cpp | 362 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 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() function 135 GattRequestInfo(ResponesType reqType, int reqId) : reqType_(reqType), reqId_(reqId) in GattRequestInfo() function 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() argument
|