Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_server.cpp40 struct RequestInformation { struct
48 RequestInformation(uint8_t type, const bluetooth::GattDevice &device, GattCharacteristic *characteristic) in RequestInformation() function
54 RequestInformation(uint8_t type, const bluetooth::GattDevice &device, GattDescriptor *decriptor)
60 RequestInformation(uint8_t type, const bluetooth::GattDevice &device) : type_(type), device_(device) in device_()
63 bool operator==(const RequestInformation &rhs) const in operator ==()
68 bool operator<(const RequestInformation &rhs) const in operator <()
83 std::set<RequestInformation> requests_;
135 RequestInformation(REQUEST_TYPE_CHARACTERISTICS_READ, device, &gattcharacter.value().get()));
177 RequestInformation(REQUEST_TYPE_CHARACTERISTICS_WRITE, device, &gattcharacter.value().get()));
215 RequestInformation(REQUEST_TYPE_DESCRIPTOR_REA
[all...]
H A Dbluetooth_gatt_client.cpp85 struct RequestInformation { struct
89 RequestInformation() : doing_(false) in RequestInformation() function
107 RequestInformation requestInformation_;

Completed in 3 milliseconds