Searched refs:RequestInformation (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_gatt_server.cpp | 43 struct RequestInformation { struct 51 …RequestInformation(uint8_t type, const bluetooth::GattDevice &device, GattCharacteristic *characte… in RequestInformation() argument 57 RequestInformation(uint8_t type, const bluetooth::GattDevice &device, GattDescriptor *decriptor) in RequestInformation() function 63 …RequestInformation(uint8_t type, const bluetooth::GattDevice &device) : type_(type), device_(devic… in RequestInformation() argument 66 bool operator==(const RequestInformation &rhs) const in operator ==() argument 71 bool operator<(const RequestInformation &rhs) const in operator <() argument 86 std::set<RequestInformation> requests_; 138 … RequestInformation(REQUEST_TYPE_CHARACTERISTICS_READ, device, &gattcharacter.value().get())); in OnCharacteristicReadRequest() 211 … RequestInformation(REQUEST_TYPE_DESCRIPTOR_READ, device, &gattdesc.value().get())); in OnDescriptorReadRequest() 247 … RequestInformation(REQUEST_TYPE_DESCRIPTOR_WRITE, device, &gattdesc.value().get())); in OnDescriptorWriteRequest() [all …]
|
H A D | bluetooth_gatt_client.cpp | 88 struct RequestInformation { struct 92 RequestInformation() : doing_(false) in RequestInformation() function 110 RequestInformation requestInformation_;
|