Searched refs:characterHandle (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gatt_server.cpp | 215 [characterHandle = characterAttribute->handle, descriptorUuid](GattAttribute &attr) { in GetDescriptorAttribute() 216 return attr.handle > characterHandle && attr.uuid.Equals(descriptorUuid); in GetDescriptorAttribute() 800 uint16_t characterHandle = 0; in BleGattsAddCharacteristic() local 812 characterHandle = GetNextAttributeHandle(); in BleGattsAddCharacteristic() 815 AddAttribute(serverId, srvcHandle, GattAttribute::GATT_CHARACTERISTIC, uuid, characterHandle); in BleGattsAddCharacteristic() 818 serverId, srvcHandle, characterHandle); in BleGattsAddCharacteristic() 820 g_GattsCallback->characteristicAddCb(0, serverId, &characUuid, srvcHandle, characterHandle); in BleGattsAddCharacteristic()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_gatt_client.h | 54 virtual int RequestNotification(int32_t appId, uint16_t characterHandle, bool enable) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_gatt_client_server.h | 54 int RequestNotification(int32_t appId, uint16_t characterHandle, bool enable) override;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_gatt_client_proxy.h | 51 int RequestNotification(int32_t appId, uint16_t characterHandle, bool enable) override;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_gatt_client_proxy.cpp | 345 int BluetoothGattClientProxy::RequestNotification(int32_t appId, uint16_t characterHandle, bool ena… in RequestNotification() argument 351 …CHECK_AND_RETURN_LOG_RET(data.WriteUint16(characterHandle), BT_ERR_IPC_TRANS_FAILED, "write charac… in RequestNotification()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_gatt_client_server.cpp | 540 int BluetoothGattClientServer::RequestNotification(int32_t appId, uint16_t characterHandle, bool en… in RequestNotification() argument
|