Home
last modified time | relevance | path

Searched refs:PassKey (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_gatt_server.h309 struct PassKey { struct in OHOS::Bluetooth::GattServer
310 PassKey() {}; in PassKey() function
313 explicit GattServer(PassKey, std::shared_ptr<GattServerCallback> callback) : GattServer(callback) {}; in GattServer()
H A Dbluetooth_ble_advertiser.h494 struct PassKey { struct in OHOS::Bluetooth::BleAdvertiser
495 PassKey() {}; in PassKey() function
498 explicit BleAdvertiser(PassKey) : BleAdvertiser() {}; in BleAdvertiser()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_advertiser.cpp207 auto instance = std::make_shared<BleAdvertiser>(PassKey()); in CreateInstance()
H A Dbluetooth_gatt_server.cpp499 auto instance = std::make_shared<GattServer>(PassKey(), callback); in CreateInstance()

Completed in 4 milliseconds