Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_client.cpp55 struct GattClientWrapper { struct
62 using ClientIterator = std::map<int, struct GattClientWrapper>::iterator;
65 static std::map<int, struct GattClientWrapper> g_MapGattClient;
343 struct GattClientWrapper clientWrapper; in BleGattcRegister()
349 GATTCLIENT.insert(std::pair<int, struct GattClientWrapper>(clientId, clientWrapper)); in BleGattcRegister()