Home
last modified time | relevance | path

Searched defs:GetCharacteristic (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_descriptor.cpp75 GattCharacteristic *GattDescriptor::GetCharacteristic() const in GetCharacteristic() function in OHOS::Bluetooth::GattDescriptor
H A Dbluetooth_gatt_service.cpp75 GattCharacteristic *GattService::GetCharacteristic(const UUID &uuid) in GetCharacteristic() function in OHOS::Bluetooth::GattService
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_cache.cpp80 const GattCache::Characteristic *GattCache::GetCharacteristic(int16_t valueHandle) in GetCharacteristic() function in OHOS::bluetooth::GattCache
H A Dgatt_database.cpp261 GattDatabase::Characteristic *GattDatabase::GetCharacteristic(uint16_t valueHandle) in GetCharacteristic() function in OHOS::bluetooth::GattDatabase
H A Dgatt_server_profile.cpp1964 GattDatabase::Characteristic *GattServerProfile::GetCharacteristic(uint16_t valueHandle) const in GetCharacteristic() function in OHOS::bluetooth::GattServerProfile
H A Dgatt_client_profile.cpp837 const GattCache::Characteristic *GattClientProfile::GetCharacteristic( in GetCharacteristic() function in OHOS::bluetooth::GattClientProfile
/ohos5.0/foundation/multimedia/av_session/services/session/server/migrate/
H A Dmigrate_avsession_server.cpp55 int32_t MigrateAVSessionServer::GetCharacteristic() in GetCharacteristic() function in OHOS::AVSession::MigrateAVSessionServer
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_gatt_client.cpp164 static GattCharacteristic *GetCharacteristic(const std::shared_ptr<GattClient> &client, in GetCharacteristic() function