Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_server.cpp43 struct RequestInformation { struct
51RequestInformation(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
63RequestInformation(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_;
138RequestInformation(REQUEST_TYPE_CHARACTERISTICS_READ, device, &gattcharacter.value().get())); in OnCharacteristicReadRequest()
211RequestInformation(REQUEST_TYPE_DESCRIPTOR_READ, device, &gattdesc.value().get())); in OnDescriptorReadRequest()
247RequestInformation(REQUEST_TYPE_DESCRIPTOR_WRITE, device, &gattdesc.value().get())); in OnDescriptorWriteRequest()
[all …]
H A Dbluetooth_gatt_client.cpp88 struct RequestInformation { struct
92 RequestInformation() : doing_(false) in RequestInformation() function
110 RequestInformation requestInformation_;