Searched refs:GattResponesInfor (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_profile_defines.h | 97 struct GattResponesInfor { struct 102 GattResponesInfor(ResponesType respType, uint16_t value) : respType_(respType), value_(value) in GattResponesInfor() argument 104 GattResponesInfor(ResponesType respType, uint16_t value, GattValue data) in GattResponesInfor() function
|
H A D | gatt_server_profile.cpp | 37 std::list<std::pair<uint16_t, GattResponesInfor>> requestList_ = {}; 38 std::list<std::pair<uint16_t, GattResponesInfor>> responseList_ = {}; 129 std::list<std::pair<uint16_t, GattResponesInfor>>::iterator FindIteratorByResponesInfor( 365 requestList_.emplace_back(connectHandle, GattResponesInfor(EXCHANGE_MTU, mtu)); in ExchangeMTUResponse() 853 … GattResponesInfor(READ_LONG_CHARACTERISTIC_VALUE, iter->second.value_, iter->second.data_)); in ReadBlobValueResponse() 1889 std::list<std::pair<uint16_t, GattResponesInfor>>::iterator GattServerProfile::impl::FindIteratorBy… in FindIteratorByResponesInfor() 1892 std::list<std::pair<uint16_t, GattResponesInfor>>::iterator iter; in FindIteratorByResponesInfor() 2053 … pimpl->requestList_.emplace_back(connectHandle, GattResponesInfor(SEND_INDICATION, handle)); in SendIndication() 2174 connectHandle, GattResponesInfor(READ_LONG_CHARACTERISTIC_VALUE, len, value)); in SendReadDescriptorResp()
|