Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_characteristic.cpp76 AddDescriptor(desc); in GattCharacteristic()
120 void GattCharacteristic::AddDescriptor(const GattDescriptor &descriptor) in AddDescriptor() function in OHOS::Bluetooth::GattCharacteristic
H A Dbluetooth_gatt_server.cpp404 gattcharacter.AddDescriptor(std::move(gattDesc)); in BuildService()
H A Dbluetooth_gatt_client.cpp454 characterTmp.AddDescriptor(GattDescriptor( in BuildServiceList()
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/gatt/
H A Dgatt_characteristic_test.cpp93 pGattCharacteristic->AddDescriptor(*pdescriptor);
106 pGattCharacteristic->AddDescriptor(*pdescriptor);
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_gatt_characteristic.h130 void AddDescriptor(const GattDescriptor &descriptor);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_cache.cpp66 int GattCache::AddDescriptor(uint16_t cccHandle, const Descriptor &descriptor) in AddDescriptor() function in OHOS::bluetooth::GattCache
244 AddDescriptor(currentCccHandle, GattCache::Descriptor(item.handle_, item.type_)); in LoadFromFile()
H A Dgatt_cache.h95 int AddDescriptor(uint16_t cccHandle, const Descriptor &descriptor);
H A Dgatt_client_profile.cpp1546 dispatcher_->PostTask(std::bind(&GattCache::AddDescriptor, in DiscoverAllCharacteristicDescriptorsParsing()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_gatt_server.cpp169 character.AddDescriptor(descriptor); in CheckGattsAddService()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_server.cpp870 characteristic.AddDescriptor(descriptor); in BleGattsAddDescriptor()