Searched refs:GattRequestInfo (Results 1 - 2 of 2) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_client_profile.cpp | 34 std::list<std::pair<uint16_t, GattRequestInfo>> requestList_ = {}; 35 std::list<std::pair<uint16_t, GattRequestInfo>> responseList_ = {}; 55 std::list<std::pair<uint16_t, GattRequestInfo>>::iterator attResp); 59 void RemoveRequestList(std::list<std::pair<uint16_t, GattRequestInfo>>::iterator iter); 61 uint16_t connectHandle, AttEventData *data, std::list<std::pair<uint16_t, GattRequestInfo>>::iterator iter); 62 void ErrorResponseParsing(uint16_t connectHandle, std::list<std::pair<uint16_t, GattRequestInfo>>::iterator iter); 64 uint16_t connectHandle, AttEventData *data, std::list<std::pair<uint16_t, GattRequestInfo>>::iterator iter); 67 uint16_t connectHandle, AttEventData *data, std::list<std::pair<uint16_t, GattRequestInfo>>::iterator iter); 69 uint16_t connectHandle, AttEventData *data, std::list<std::pair<uint16_t, GattRequestInfo>>::iterator iter); 72 std::list<std::pair<uint16_t, GattRequestInfo>> [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, int reqId) in GattRequestInfo() function 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, int reqId) 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), reqId_(reqId) in GattRequestInfo() function 139 GattRequestInfo(ResponesType reqType, uint16_t handle, int reqId) in GattRequestInfo() function 142 GattRequestInfo(ResponesType reqType, uint16_t handle, uint16_t offset, uint16_t len, GattValue data, int reqId) in GattRequestInfo() function
|
Completed in 3 milliseconds