Home
last modified time | relevance | path

Searched refs:GattConnection (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_connection.h24 class GattConnection { class
30 // GattConnection()
32 ~GattConnection() in ~GattConnection()
34 explicit GattConnection(const GattDevice &device) : device_(device) in GattConnection() function in OHOS::bluetooth::GattConnection
36 GattConnection(const GattDevice &device, uint16_t mtu, uint16_t handle) in GattConnection() function in OHOS::bluetooth::GattConnection
H A Dgatt_server_service.cpp60 std::map<uint16_t, GattConnection> remotes_ = {};
1088 remotes_.emplace(connectionHandle, GattConnection(device, 0, connectionHandle)); in OnConnect()
H A Dgatt_client_service.cpp76 GattConnection connection_;

Completed in 5 milliseconds